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

The image from file 更多...

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

Public 成员函数

 FileImage (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
string GetFileName ()
 
void SetFileName (string val)
 
virtual bool Load ()
 
virtual void Unload ()
 
- Public 成员函数 继承自 AnyCAD.Foundation.Image
 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)
 

静态 Public 成员函数

static FileImage Create (string fileName)
 

详细描述

The image from file

Group: Rendering