C# 클래스 HoloToolkit.Sharing.ImageTagManager

상속: global::System.IDisposable
파일 보기 프로젝트 열기: OpenHID/InteractivePaint

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Create ( ) : ImageTagManager
CreateTagImage ( int tagId ) : TagImage
Dispose ( ) : void
FindTags ( byte data, int pixelWidth, int pixelHeight, int bytesPerPixel, ImageTagLocationListener locationCallback ) : bool
Update ( ) : void

비공개 메소드들

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

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : ImageTagManager
리턴 ImageTagManager

CreateTagImage() 공개 메소드

public CreateTagImage ( int tagId ) : TagImage
tagId int
리턴 TagImage

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FindTags() 공개 메소드

public FindTags ( byte data, int pixelWidth, int pixelHeight, int bytesPerPixel, ImageTagLocationListener locationCallback ) : bool
data byte
pixelWidth int
pixelHeight int
bytesPerPixel int
locationCallback ImageTagLocationListener
리턴 bool

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool