TButtonBaseSetPngImageFromFileString Method

Creates a PngImage from a file name and clears the belonging image buffer.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected void SetPngImageFromFileString(
	ref PngImage pngImageRef,
	ref Bitmap bufferImage,
	string fileName
)

Parameters

pngImageRef  PngImage
Reference to the PngImage, which should be created.
bufferImage  Bitmap
Reference to the belonging image buffer.
fileName  String
The file name of the image.

See Also