Vcl.Direct2D.TDirect2DCanvas.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.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DCanvas

Description

Represents the getter method of the PenPos property.

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

See Also