TButtonBaseRenderImageOnBitmap Method
Draws a PngImage on a Bitmap.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
protected void RenderImageOnBitmap(
out Bitmap destinationBitmap,
PngImage sourcePng
)
Protected Sub RenderImageOnBitmap (
<OutAttribute> ByRef destinationBitmap As Bitmap,
sourcePng As PngImage
)
Parameters
- destinationBitmap Bitmap
- The output bitmap.
- sourcePng PngImage
- The png image, which should be drawn.