Moves the pen to the specified position.
Source position: graphics.pp line 1037
protected procedure TCanvas.SetPenPos( |
const AValue: TPoint |
); override; |
Re-implements the method defined in the TFPCustomCanvas ancestor. Calls MoveTo using the X and Y coordinates specified in Value. Does not call the inherited method.
| Version 4.4 | Generated 2025-11-08 | Home |