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