Returns a Color Object from a 32-bit ARGB value.
public Color ARGB( int iargb );
Public Function ARGB( ByVal iargb As Integer ) As Color
|
Parameters |
Description |
|
iargb |
A value specifying the 32-bit ARGB value. |
A Color Object.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|