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