|
AnyCAD Rapid API 2026
Help you to create a better world!
|
图像背景类 更多...
Public 成员函数 | |
| ImageBackground (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| 仅供内部使用 | |
| ImageBackground (Texture2D texture) | |
| 构造函数 | |
| Texture2D | GetTexture () |
| void | SetTexture (Texture2D texture) |
| 设置背景纹理 | |
Public 成员函数 继承自 AnyCAD.Foundation.Background | |
| Background (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| 仅供内部使用 | |
| void | Dispose () |
静态 Public 成员函数 | |
| static ImageBackground | Cast (Background object_) |
| 类型转换(从基类指针) | |
静态 Public 成员函数 继承自 AnyCAD.Foundation.Background | |
| static Background | Create (EnumBackgroundTheme theme) |
| 根据主题创建背景对象 | |
图像背景类
使用2D纹理图像作为视口背景
| AnyCAD.Foundation.ImageBackground.ImageBackground | ( | Texture2D | texture | ) |
构造函数
| texture | 2D纹理智能指针 |
|
static |
类型转换(从基类指针)
| object | 背景基类指针 |
| void AnyCAD.Foundation.ImageBackground.SetTexture | ( | Texture2D | texture | ) |
设置背景纹理
| texture | 2D纹理智能指针 |