Creates a
RasterColor from a .NET
Color structure.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function FromGdiPlusColor( _
ByVal color As Color _
) As RasterColor |
Parameters
- color
- The source .NET color.
Return Value
The
RasterColor structure that this method creates.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also