ColorString Conversion (ColorString to Color)
Performs an implicit conversion from
ColorString to
Color.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static implicit operator Color (
ColorString colorString
)
Public Shared Widening Operator CType (
colorString As ColorString
) As Color
Dim input As ColorString
Dim output As Color
output = CType(input, Color)
static implicit operator Color (
ColorString^ colorString
)
F# does not support the declaration of new casting operators.
No code example is currently available or this language may not be supported.
- colorString ColorString
-
The ColorString.
Color
The resulting
Color of the conversion.