[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
IInterface |
CT Web help |
CodeTyphon Studio |