Vcl.Graphics.TCustomCanvas.GetCanvasOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCanvasOrientation: TCanvasOrientation; virtual; abstract;

C++

virtual TCanvasOrientation __fastcall GetCanvasOrientation() = 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.

See Also