TButtonBaseSetPngImageFromFileString Method
Creates a PngImage from a file name and clears the belonging image buffer.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
protected void SetPngImageFromFileString(
ref PngImage pngImageRef,
ref Bitmap bufferImage,
string fileName
)
Protected Sub SetPngImageFromFileString (
ByRef pngImageRef As PngImage,
ByRef bufferImage As Bitmap,
fileName As String
)
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.