Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Structure RasterColor Inherits ValueType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public struct RasterColor : ValueType |
Managed Extensions for C++ | |
---|---|
[SerializableAttribute()] public __value struct RasterColor : public ValueType |
C++/CLI | |
---|---|
[SerializableAttribute()] public value class RasterColor : public ValueType |
You can use RasterColor.FromGdiPlusColor to convert a
System.Drawing.Color object to RasterColor and
RasterColor.ToGdiPlusColor to convert a
RasterColor object to System.Drawing.Color.
System.Object
System.ValueType
Leadtools.RasterColor
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