TButtonBaseRenderImageOnBitmap Method

Draws a PngImage on a Bitmap.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected void RenderImageOnBitmap(
	out Bitmap destinationBitmap,
	PngImage sourcePng
)

Parameters

destinationBitmap  Bitmap
The output bitmap.
sourcePng  PngImage
The png image, which should be drawn.

See Also