←Select platform

ToColor Method

Summary
Converts a LEADTOOLS Leadtools.RasterColor object to a System.Drawing (GDI+) System.Drawing.Color object.
Syntax
C#
VB
C++
public static Color ToColor( 
   RasterColor color 
) 
Public Shared Function ToColor( _ 
   ByVal color As RasterColor _ 
) As Color 
public: 
static Color ToColor(  
   RasterColor color 
)  

Parameters

color
The source LEADTOOLS Leadtools.RasterColor color.

Return Value

The System.Drawing (GDI+) System.Drawing.Color object.

Remarks

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+, and WPF. Use this method to convert a LEADTOOLS Leadtools.RasterColor object to a System.Drawing (GDI+) System.Drawing.Color object.

Example

For an example, refer to RasterColorConverter.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.