JVCL Help:TJvBrushPattern.GetBitmap
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBrushPattern.GetBitmap Method
[+] TJvBrushPattern Methods
[+] TJvBrushPattern Properties
Search in JVCL Help
Search in all projectsSummary
Returns a bitmap that can be used as a brush.
Pascal
functionGetBitmap: TBitmap;
Return Value
If Active is false, nil is returned. If Active is true, a 8x8 TBitmap object is returned.
Description
Call GetBitmap to get a reference to a 8x8 pixel TBitmap object that is assignable to the TBrush.Bitmap property. Do not free the returned TBitmap as it is internally managed and might be shared with other controls.
See Also
TJvBrushPattern.Active, TJvBrushPattern.EvenColor, TJvBrushPattern.OddColor
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page