TVistaButtonRenderButtonBitmap Method

Rendering the bitmap buffer of the control.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected virtual void RenderButtonBitmap(
	ref Bitmap renderBitmap,
	InkColor buttonBackground,
	Color borderColor
)

Parameters

renderBitmap  Bitmap
The output to the bitmap.
buttonBackground  InkColor
The gradient background of the button.
borderColor  Color
The border color of the button.

See Also