Vcl.Direct2D.TDirect2DGraphicsObject.Owner
Delphi
property Owner: TDirect2DCanvas read FOwner;
C++
__property TDirect2DCanvas* Owner = {read=FOwner};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Direct2D.pas Vcl.Direct2D.hpp |
Vcl.Direct2D | TDirect2DGraphicsObject |
Description
Specifies the canvas that owns this graphics object.
Read the value of Owner to identify the canvas for which this graphics object was created. You cannot change the value of Owner. Once the graphics object is created, it cannot be assigned to a different canvas.