AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
MemoryImage类 参考
类 MemoryImage 继承关系图:
Image

Public 成员函数

 MemoryImage (ArrayBuffer arrayBuffer, long width, long height, EnumTextureInternalFormat internalFormat, EnumTextureFormat format, EnumDataType dataType)
 
ArrayBuffer GetData ()
 
- Public 成员函数 继承自 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)
 

详细描述

<> The image in memory