- color
- The source WPF/Silverlight color.
Visual Basic (Declaration) | |
---|---|
Public Shared Function FromColor( _ ByVal color As Color _ ) As RasterColor |
Visual Basic (Usage) | Copy Code |
---|---|
Dim color As Color Dim value As RasterColor value = RasterColorConverter.FromColor(color) |
C# | |
---|---|
public static RasterColor FromColor( Color color ) |
C++/CLI | |
---|---|
public: static RasterColor FromColor( Color color ) |
Parameters
- color
- The source WPF/Silverlight color.
Return Value
The corresponding LEADTOOLS Leadtools.RasterColor object.For an example, refer to RasterColorConverter.
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 WPF/Silverlight System.Windows.Media.Color object to a LEADTOOLS Leadtools.RasterColor object.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family