Brush 转换 (Brush to Color) | |
Implicit operator to convert Brush to VO Color
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 STATIC OPERATOR IMPLICIT (
b AS Brush
) AS Color
public static implicit operator Color (
Brush b
)
查看代码参数
- b
- 类型:Brush
Brush
返回值
类型:
ColorColor
参见