Vcl.Direct2D.TDirect2DCanvas.SetPenPos
Delphi
procedure SetPenPos(Value: TPoint); override;
C++
virtual void __fastcall SetPenPos(const System::Types::TPoint &Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Vcl.Direct2D.pas Vcl.Direct2D.hpp | Vcl.Direct2D | TDirect2DCanvas | 
Description
Represents the setter method for the PenPos property.
SetPenPos is called each time the value of the PenPos property is changed.