Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterColor Structure Methods
See Also 
Leadtools Namespace : RasterColor Structure


For a list of all members of this type, see RasterColor members.

Public Methods

 NameDescription
Public MethodEquals (Inherited from System.ValueType)
Public Methodstatic (Shared in Visual Basic)FromArgb Creates a RasterColor from an argb value.  
Public Methodstatic (Shared in Visual Basic)FromGdiPlusColor Creates a RasterColor from a .NET Color structure.  
Public Methodstatic (Shared in Visual Basic)FromRgb Creates a RasterColor from an rgb value.  
Public Methodstatic (Shared in Visual Basic)FromRgba Creates a RasterColor from an rgba value.  
Public MethodGetHashCode (Inherited from System.ValueType)
Public MethodToArgb Gets a 32-bit value representation of this RasterColor structure.  
Public MethodToGdiPlusColor Converts this RasterColor to a .NET Color structure  
Public MethodToRgb Gets a 32-bit value representation of this RasterColor structure.  
Public MethodToRgba Gets a 32-bit value representation of this RasterColor structure.  
Public MethodToStringOverridden.  Overridden. Converts this RasterColor structure to a human-readable string.  
Top

See Also