C# Class HoloToolkit.Sharing.TagImage

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
CopyImageData ( byte data, int bufferSize, int bytesPerPixel ) : void
Dispose ( ) : void
GetHeight ( ) : int
GetWidth ( ) : int

Private Methods

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

Method Details

CopyImageData() public method

public CopyImageData ( byte data, int bufferSize, int bytesPerPixel ) : void
data byte
bufferSize int
bytesPerPixel int
return void

Dispose() public method

public Dispose ( ) : void
return void

GetHeight() public method

public GetHeight ( ) : int
return int

GetWidth() public method

public GetWidth ( ) : int
return int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool