Vcl.Direct2D.TDirect2DBrush

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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.

See Also