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




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

Syntax

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

Return Value

A 32-bit value representation of this RasterColor structure.

Remarks

The byte ordering this method returns is AARRGGBB.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also