C# Class HoloToolkit.Sharing.ImageTagLocationListener

Inheritance: Listener
Mostrar archivo Open project: OpenHID/InteractivePaint

Public Methods

Method Description
Dispose ( ) : void
ImageTagLocationListener ( )
OnTagLocated ( ImageTagLocation location ) : void
OnTagLocatingCompleted ( ) : void

Private Methods

Method Description
ImageTagLocationListener ( global cPtr, bool cMemoryOwn )
SwigDerivedClassHasMethod ( string methodName, global methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorOnTagLocated ( global location ) : void
SwigDirectorOnTagLocatingCompleted ( ) : void
getCPtr ( ImageTagLocationListener obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ImageTagLocationListener() public method

OnTagLocated() public method

public OnTagLocated ( ImageTagLocation location ) : void
location ImageTagLocation
return void

OnTagLocatingCompleted() public method

public OnTagLocatingCompleted ( ) : void
return void