MaxstARSDK
maxstAR.Image Class Reference

image data which is used for tracker and rendering More...

Collaboration diagram for maxstAR.Image:
Collaboration graph

Public Member Functions

int GetWidth ()
 Get width More...
 
int GetHeight ()
 Get height More...
 
int GetLength ()
 Get length (width * height * bits per pixel) More...
 
ColorFormat GetFormat ()
 Image format More...
 
byte [] GetData ()
 Image byte array More...
 

Detailed Description

image data which is used for tracker and rendering

Member Function Documentation

◆ GetData()

byte [] maxstAR.Image.GetData ( )

Image byte array

Returns

◆ GetFormat()

ColorFormat maxstAR.Image.GetFormat ( )

Image format

Returns

◆ GetHeight()

int maxstAR.Image.GetHeight ( )

Get height

Returns

◆ GetLength()

int maxstAR.Image.GetLength ( )

Get length (width * height * bits per pixel)

Returns

◆ GetWidth()

int maxstAR.Image.GetWidth ( )

Get width

Returns

The documentation for this class was generated from the following file: