TButtonBaseSetPngImageFromResxString Method
Creates a PngImage from a resource name and clears the belonging image buffer.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
protected virtual void SetPngImageFromResxString(
ref PngImage pngImageRef,
ref Bitmap bufferImage,
string resxName
)
Protected Overridable Sub SetPngImageFromResxString (
ByRef pngImageRef As PngImage,
ByRef bufferImage As Bitmap,
resxName As String
)
Parameters
- pngImageRef PngImage
- Reference to the PngImage, which should be created.
- bufferImage Bitmap
- Reference to the belonging image buffer.
- resxName String
- The file name of the image.