Vcl.Direct2D.TDirect2DBrush

Delphi
TDirect2DBrush = class(TDirect2DGraphicsObject)
C++
class PASCALIMPLEMENTATION TDirect2DBrush : public TDirect2DGraphicsObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Direct2D.pas Vcl.Direct2D.hpp |
Vcl.Direct2D | Vcl.Direct2D |
Description
TDirect2DBrush represents the color and pattern used to fill solid shapes.
TDirect2DBrush encapsulates a Direct2D brush object and is used to fill solid shapes such as rectangles and ellipses with a color or pattern.