Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
public static Color ToColor( RasterColor color )
'Declaration
Public Shared Function ToColor( _ ByVal color As RasterColor _ ) As Color
'Usage
Dim color As RasterColor Dim value As Color value = RasterColorConverter.ToColor(color)
public: static Color ToColor( RasterColor color )
The LEADTOOLS Leadtools.RasterColor class provides a platform independent representation of an ARGB color that can be used in any platform supported by LEADTOOLS such as GDI, GDI+, WPF and Silverlight. Use this method to convert a LEADTOOLS Leadtools.RasterColor object to a System.Drawing (GDI+) System.Drawing.Color object.