Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterHsvColor Constructor(RasterColor)
See Also 
Leadtools Namespace > RasterHsvColor Structure > RasterHsvColor Constructor : RasterHsvColor Constructor(RasterColor)




color
The source color
Contructs a new RasterHsvColor object from the specified RasterColor object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal color As RasterColor _
)
Visual Basic (Usage)Copy Code
Dim color As RasterColor
 
Dim instance As RasterHsvColor(color)
C# 
public RasterHsvColor( 
   RasterColor color
)
Managed Extensions for C++ 
public: RasterHsvColor( 
   RasterColor color
)
C++/CLI 
public:
RasterHsvColor( 
   RasterColor color
)

Parameters

color
The source color

Example

For an example, refer to RasterHsvColor

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