Class TPSPoint (unit PgSetup)

Inherits from

TPersistent

TPSPoint is needed for the same reason as TPSRect above.

Constructors



Functions

function Compare(Other: TPSPoint): boolean;


function GetX: longint;


function GetY: longint;


procedure SetX(Val: longint);


procedure SetY(Val: longint);


Properties

property X : longint


property Y : longint


property Point : TPoint


Events

Variables

FPoint : TPoint;



Constructors


Functions


function Compare(Other: TPSPoint): boolean;


function GetX: longint;


function GetY: longint;


procedure SetX(Val: longint);


procedure SetY(Val: longint);


Properties


property X : longint


property Y : longint


property Point : TPoint


Events


Variables


FPoint : TPoint;