C# Class HoloToolkit.Sharing.ImageTagLocation

Inheritance: global::System.IDisposable
Mostrar archivo Open project: OpenHID/InteractivePaint Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
GetModelViewMatrix ( int row, int col, float F, float G, float A, float B, float C, float D ) : float
GetPixelX ( ImageTagLocationType locationType ) : float
GetPixelY ( ImageTagLocationType locationType ) : float
GetTagId ( ) : int

Private Methods

Method Description
ImageTagLocation ( global cPtr, bool cMemoryOwn )
getCPtr ( ImageTagLocation obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetModelViewMatrix() public method

public GetModelViewMatrix ( int row, int col, float F, float G, float A, float B, float C, float D ) : float
row int
col int
F float
G float
A float
B float
C float
D float
return float

GetPixelX() public method

public GetPixelX ( ImageTagLocationType locationType ) : float
locationType ImageTagLocationType
return float

GetPixelY() public method

public GetPixelY ( ImageTagLocationType locationType ) : float
locationType ImageTagLocationType
return float

GetTagId() public method

public GetTagId ( ) : int
return int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool