RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCanvas.PenPos Property

Specifies the current drawing position of the Pen.

Pascal
property PenPos: TPoint;
C++
__property TPoint PenPos;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!