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



Gets a 32-bit value representation of this RasterColor structure.

Syntax

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

Return Value

A 32-bit value representation of this RasterColor structure.

Remarks

The byte ordering this method returns is RRGGBBAA.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also