TResultPointHelpers.CreateResultPoint Method

Overloads

CreateResultPoint

Initializes a new instance of TResultPoint and returns its IResultPoint interface

CreateResultPoint(Single, Single)

Initializes a new instance of TResultPoint and returns its IResultPoint interface

CreateResultPoint

Initializes a new instance of TResultPoint and returns its IResultPoint interface

Delphi
class function CreateResultPoint: IResultPoint

Returns

CreateResultPoint(Single, Single)

Initializes a new instance of TResultPoint and returns its IResultPoint interface

Delphi
class function CreateResultPoint(const pX: Single; const pY: Single): IResultPoint

Parameters

pX
Single
pY
Single

Returns