|
AnyCAD Rapid API 2026
Help you to create a better world!
|
透明度 更多...
Public 成员函数 | |
| DbTransparency (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| 仅供内部使用 | |
| void | Dispose () |
静态 Public 成员函数 | |
| static DbTransparency | ByLayer () |
| 获取随层透明度 | |
| static DbTransparency | ByBlock () |
| 获取随块透明度 | |
| static DbTransparency | Opaque () |
| 获取不透明透明度 | |
| static DbTransparency | fromAlphaValue (int alphaValue) |
| 从 Alpha 值创建透明度 | |
属性 | |
| byte | value [get, set] |
| 透明度值,0=随层,1=随块,2-255=具体透明度 | |
| bool | isByLayer [get, set] |
| 是否随层 | |
| bool | isByBlock [get, set] |
| 是否随块 | |
透明度
|
static |
获取随块透明度
|
static |
获取随层透明度
|
static |
从 Alpha 值创建透明度
| alphaValue | Alpha 值 |
|
static |
获取不透明透明度