AnyCAD Rapid API 2026
Help you to create a better world!
载入中...
搜索中...
未找到
AnyCAD.Foundation.Image类 参考

图像基类 更多...

类 AnyCAD.Foundation.Image 继承关系图:
AnyCAD.Foundation.FileImage AnyCAD.Foundation.MemoryImage

Public 成员函数

 Image (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
void Dispose ()
 
uint GetWidth ()
 
void SetWidth (uint val)
 
uint GetHeight ()
 
void SetHeight (uint val)
 
uint GetChannel ()
 
void SetChannel (uint val)
 
EnumTextureInternalFormat GetInternalFormat ()
 
void SetInternalFormat (EnumTextureInternalFormat val)
 
EnumTextureFormat GetFormat ()
 
void SetFormat (EnumTextureFormat val)
 
EnumDataType GetDataType ()
 
void SetDataType (EnumDataType val)
 

详细描述

图像基类

抽象图像类,定义图像的基本属性和接口。 包含宽度、高度、通道数、格式等元数据。