LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 Methodstatic (Shared in Visual Basic) FromArgbCreates a RasterColor from an a rgb value. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) FromKnownColorCreates a new RasterColor structure from a known color. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) FromPaletteIndexCreates a new RasterColor object that is an index into a palette Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) FromRgbCreates a RasterColor from an rgb value. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) FromRgbaCreates a RasterColor from a rgba value. Supported in Silverlight, Windows Phone 7  
public Method GetKnownColor  
public Methodstatic (Shared in Visual Basic) GetKnownColorName  
public Method ToArgbGets a 32-bit value representation of this RasterColor structure. Supported in Silverlight, Windows Phone 7  
public Method ToRgbGets a 32-bit value representation of this RasterColor structure. Supported in Silverlight, Windows Phone 7  
public Method ToRgbaGets a 32-bit value representation of this RasterColor structure. Supported in Silverlight, Windows Phone 7  
public Method ToStringOverridden. Converts this RasterColor structure to a human-readable string. Supported in Silverlight, Windows Phone 7  
Top

See Also