C# 클래스 HoloToolkit.Sharing.ImageTagLocation

상속: global::System.IDisposable
파일 보기 프로젝트 열기: OpenHID/InteractivePaint 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ImageTagLocation ( global cPtr, bool cMemoryOwn )
getCPtr ( ImageTagLocation obj ) : global::System.Runtime.InteropServices.HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetModelViewMatrix() 공개 메소드

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
리턴 float

GetPixelX() 공개 메소드

public GetPixelX ( ImageTagLocationType locationType ) : float
locationType ImageTagLocationType
리턴 float

GetPixelY() 공개 메소드

public GetPixelY ( ImageTagLocationType locationType ) : float
locationType ImageTagLocationType
리턴 float

GetTagId() 공개 메소드

public GetTagId ( ) : int
리턴 int

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool