Vcl.Graphics.TCustomCanvas.GetCanvasOrientation
Delphi
function GetCanvasOrientation: TCanvasOrientation; virtual; abstract;
C++
virtual TCanvasOrientation __fastcall GetCanvasOrientation(void) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TCustomCanvas |
Description
Represents the getter method for the CanvasOrientation property.
GetCanvasOrientation is an abstract method that must be implemented in descending classes. GetCanvasOrientation is called each time the value of the CanvasOrientation is read.