C# Class HoloToolkit.Sharing.ImageTagManager

Inheritance: global::System.IDisposable
Afficher le fichier Open project: OpenHID/InteractivePaint

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode Description
Create ( ) : ImageTagManager
CreateTagImage ( int tagId ) : TagImage
Dispose ( ) : void
FindTags ( byte data, int pixelWidth, int pixelHeight, int bytesPerPixel, ImageTagLocationListener locationCallback ) : bool
Update ( ) : void

Private Methods

Méthode Description
ImageTagManager ( global cPtr, bool cMemoryOwn )
getCPtr ( ImageTagManager obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Create() public static méthode

public static Create ( ) : ImageTagManager
Résultat ImageTagManager

CreateTagImage() public méthode

public CreateTagImage ( int tagId ) : TagImage
tagId int
Résultat TagImage

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FindTags() public méthode

public FindTags ( byte data, int pixelWidth, int pixelHeight, int bytesPerPixel, ImageTagLocationListener locationCallback ) : bool
data byte
pixelWidth int
pixelHeight int
bytesPerPixel int
locationCallback ImageTagLocationListener
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool