Unit 'ZXing.ResultPoint' Package
[Overview][Types][Classes][Index] [#pl_zxing]

IResultPoint

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: ZXing.ResultPoint.pas line 49

type IResultPoint = interface

  procedure SetX();

  

  procedure SetY();

  

  function GetX;

  

  function GetY;

  

  function Equals();

  

  function GetHashCode;

  

  function ToString;

  

  property x: Single; [rw]

  

  property y: Single; [rw]

  

end;

Inheritance

IResultPoint

  

|

IInterface



CT Web help

CodeTyphon Studio