Vcl.Graphics.TCustomCanvas.GetPenPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPenPos: TPoint; virtual; abstract;

C++

virtual System::Types::TPoint __fastcall GetPenPos() = 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 PenPos property.

GetPenPos is an abstract method that must be implemented in descending classes. GetPenPos is called each time the value of the PenPos property is read.

See Also