Graphics.TCustomCanvas.PenPos
From RAD Studio VCL Reference
Contents |
Delphi Information
From Graphics.pas
property PenPos: TPoint read GetPenPos write SetPenPos;
Unit: Graphics
Type: property
Visibility: public
Member Of: TCustomCanvas
C++ Information
From Graphics.hpp
__property Types::TPoint PenPos = {read=GetPenPos,write=SetPenPos};
Unit: Graphics
Type: property
Visibility: public
Member Of: TCustomCanvas
Description
Specifies the current drawing position of the Pen.
Read PenPos to learn the current drawing position of the Pen. This is the starting point of a line drawn by the LineTo method. Setting the PenPos property is equivalent to calling the MoveTo method.