RegionBaseDrawToBitmap(Color, Boolean) Method
Getting an element image with the specified background color.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public IBitmap DrawToBitmap(
Color bgColor,
bool ctrlFocused
)
Public Function DrawToBitmap (
bgColor As Color,
ctrlFocused As Boolean
) As IBitmap
public:
IBitmap^ DrawToBitmap(
Color bgColor,
bool ctrlFocused
)
member DrawToBitmap :
bgColor : Color *
ctrlFocused : bool -> IBitmap
- bgColor Color
-
Background color.
- ctrlFocused Boolean
-
Specifies whether the element should have focus when drawn.
IBitmap
Element image.