TResultPointHelpers.CreateResultPoint Method

Initializes a new instance of TResultPoint and returns its IResultPoint interface

Unit: ZXing.ResultPoint
class function CreateResultPoint(const pX: Single; const pY: Single): IResultPoint

Parameters

pX
Type: System.Single

pY
Type: System.Single

x

The x.

y

The y.

Return Value