AnyCAD Rapid SDK 2022
The Rapid CAD SDK
Public Member Functions | List of all members
MemoryImage Class Reference
Inheritance diagram for MemoryImage:
Image

Public Member Functions

 MemoryImage (ArrayBuffer arrayBuffer, long width, long height, EnumTextureInternalFormat internalFormat, EnumTextureFormat format, EnumDataType dataType)
 
ArrayBuffer GetData ()
 
- Public Member Functions inherited from Image
long GetWidth ()
 
void SetWidth (long val)
 
long GetHeight ()
 
void SetHeight (long val)
 
long GetChannel ()
 
void SetChannel (long val)
 
EnumTextureInternalFormat GetInternalFormat ()
 
void SetInternalFormat (EnumTextureInternalFormat val)
 
EnumTextureFormat GetFormat ()
 
void SetFormat (EnumTextureFormat val)
 
EnumDataType GetDataType ()
 
void SetDataType (EnumDataType val)
 

Detailed Description

<> The image in memory