TdxGPCustomBrush Class
In This Article
The base class for all classes that implement brushes for painting shapes and primitives.
#Declaration
Delphi
TdxGPCustomBrush = class(
TdxGPCustomGraphicObject
)
#Remarks
The TdxGPCustomBrush class implements all the basic functionality required by the advanced painting brushes.
#Inheritance
TObject
TdxGpBase
TdxGPCustomGraphicObject
TdxGPCustomBrush
See Also