Brush Conversion (Brush to Color) | |
Implicit operator to convert Brush to System.Drawing.Color
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
b AS Brush
) AS Color
public static implicit operator Color (
Brush b
)
Request Example
View SourceParameters
- b
- Type: Brush
Brush
Return Value
Type:
ColorColor
See Also