'Declaration Public Overloads Shared Function Convert( _
ByVal colorThe color to convert.As System.Windows.Media.Color _
) As Vintasoft.Primitives.VintasoftColor
public static Vintasoft.Primitives.VintasoftColor Convert(
System.Windows.Media.Color color
)
public: static Vintasoft.Primitives.VintasoftColor Convert(
System.Windows.Media.Color* color
)
public:
static Vintasoft.Primitives.VintasoftColor Convert(
System.Windows.Media.Color^ color
)
Parameters
- color
- The color to convert.
Return Value
Converted color.