Vcl.Graphics.TCustomCanvas.SetPenPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPenPos(Value: TPoint); virtual; abstract;

C++

virtual void __fastcall SetPenPos(const System::Types::TPoint &Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TCustomCanvas

Description

Represents the setter method for the PenPos property.

SetPenPos is an abstract method that must be implemented in descending classes. SetPenPos is called each time the value of the PenPos property is changed.

See Also