TVistaButtonRenderButtonBitmap Method
Rendering the bitmap buffer of the control.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
protected virtual void RenderButtonBitmap(
ref Bitmap renderBitmap,
InkColor buttonBackground,
Color borderColor
)
Protected Overridable Sub RenderButtonBitmap (
ByRef renderBitmap As Bitmap,
buttonBackground As InkColor,
borderColor As Color
)
Parameters
- renderBitmap Bitmap
- The output to the bitmap.
- buttonBackground InkColor
- The gradient background of the button.
- borderColor Color
- The border color of the button.