Vcl.Graphics.TCanvas.GetPenPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPenPos: TPoint; override;

C++

virtual System::Types::TPoint __fastcall GetPenPos();

Properties

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

Description

Represents the getter method for the PenPos property.

GetPenPos is called each time the value of PenPos is read.

See Also