Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FromRasterColor Method
See Also 
Leadtools Namespace > RasterHsvColor Structure : FromRasterColor Method



color
The source RasterColor.
Creates a new instance of the RasterHsvColor from a specific RasterColor object.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromRasterColor( _
   ByVal color As RasterColor _
) As RasterHsvColor
Visual Basic (Usage)Copy Code
Dim color As RasterColor
Dim value As RasterHsvColor
 
value = RasterHsvColor.FromRasterColor(color)
C# 
public static RasterHsvColor FromRasterColor( 
   RasterColor color
)
C++/CLI 
public:
static RasterHsvColor FromRasterColor( 
   RasterColor color
) 

Parameters

color
The source RasterColor.

Return Value

The RasterHsvColor object this method creates.

Remarks

This method does not support signed images.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also