←Select platform

RasterColorTypeConverter Class

Summary
Converts RasterColor objects from one data type to another. Access this class through the TypeConverter.
Syntax
C#
C++/CLI
Python
public class RasterColorTypeConverter : TypeConverter 
public ref class RasterColorTypeConverter : public System.ComponentModel.TypeConverter  
class RasterColorTypeConverter(TypeConverter): 
Remarks

To convert a RasterColor to a string value, use the RasterColor.ToString method.

You can use the members of this class to convert a string to a RasterColor value. You can also use the helper static (Shared) RasterColorTypeConverter.ConvertFromString method directly without creating a TypeConverter instance.

Currently, this class supports converting a RasterColor to and from a string type only. The string can be in an HTML compatible format.

Requirements

Target Platforms

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

Leadtools Assembly

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