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




Converts the RasterHsvColor object to a RasterColor object.

Syntax

Visual Basic (Declaration) 
Public Function ToRasterColor() As RasterColor
Visual Basic (Usage)Copy Code
Dim instance As RasterHsvColor
Dim value As RasterColor
 
value = instance.ToRasterColor()
C# 
public RasterColor ToRasterColor()
Managed Extensions for C++ 
public: RasterColor ToRasterColor(); 
C++/CLI 
public:
RasterColor ToRasterColor(); 

Return Value

The RasterColor object.

Example

For an example, refer to RasterHsvColor

Remarks

This method does not support signed images.

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