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


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

Public Methods

  Name Description
Public Method Equals (Inherited from System.ValueType)
Public Methodstatic (Shared in Visual Basic) FromArgb Creates a RasterColor from an a rgb value.  
Public Methodstatic (Shared in Visual Basic) FromGdiPlusColor Creates a RasterColor from a .NET Color structure.  
Public Methodstatic (Shared in Visual Basic) FromPaletteIndex Creates a new RasterColor object that is an index into a palette  
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 a rgba value.  
Public Method GetHashCode (Inherited from System.ValueType)
Public Method ToArgb Gets a 32-bit value representation of this RasterColor structure.  
Public Method ToGdiPlusColor Converts this RasterColor to a .NET Color structure  
Public Method ToRgb Gets a 32-bit value representation of this RasterColor structure.  
Public Method ToRgba Gets a 32-bit value representation of this RasterColor structure.  
Public Method ToString Overridden.  Overridden. Converts this RasterColor structure to a human-readable string.  
Top

See Also