←Select platform

FromColor Method

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

Parameters

color
The source System.Drawing (GDI+) color.

Return Value

The corresponding LEADTOOLS Leadtools.RasterColor 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 System.Drawing (GDI+) System.Drawing.Color object to a LEADTOOLS Leadtools.RasterColor 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.