Vcl.Direct2D.TDirect2DGraphicsObject
Delphi
TDirect2DGraphicsObject = class(TPersistent)
C++
class PASCALIMPLEMENTATION TDirect2DGraphicsObject : public System::Classes::TPersistent
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.
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.