LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ToRgb Method
See Also 
Leadtools Namespace > RasterColor Structure : ToRgb Method



Gets a 32-bit value representation of this RasterColor structure. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function ToRgb() As Integer
Visual Basic (Usage)Copy Code
Dim instance As RasterColor
Dim value As Integer
 
value = instance.ToRgb()
C# 
public int ToRgb()
C++/CLI 
public:
int ToRgb(); 

Return Value

A 32-bit value representation of this RasterColor structure.

Remarks

The byte ordering this method returns is 00RRBBGG.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also