API:Vcl.Direct2D.TDirect2DBrush

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Direct2D.TDirect2DGraphicsObjectSystem.Classes.TPersistentSystem.TObjectTDirect2DBrush

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

TDirect2DGraphicsObject is the base class for objects that encapsulate a Direct2D graphics object.

Vcl.Direct2D.TDirect2DBrush inherits from Vcl.Direct2D.TDirect2DGraphicsObject. All content below this line refers to Vcl.Direct2D.TDirect2DGraphicsObject.

TDirect2DGraphicsObject is the base class for objects that encapsulate a Direct2D graphics object.

Create descendants of TDirect2DGraphicsObject when drawing an image to a Direct2D canvas (TDirect2DCanvas). Each TDirect2DGraphicsObject object describes a Direct2D graphics object that is selected into the device context of the canvas.

TDirect2DGraphicsObject introduces a mechanism for responding to changes in the properties of the graphics object.

See Also