Vcl.Graphics.TCanvas.GetCanvasOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCanvasOrientation: TCanvasOrientation; override;

C++

virtual TCanvasOrientation __fastcall GetCanvasOrientation();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TCanvas

Description

Represents the getter method for the CanvasOrientation property.

GetCanvasOrientation is called each time the value of the CanvasOrientation is read.

See Also