ActiveReports 9
FromArgb(Int32,Int32,Int32,Int32) Method

Creates new color from color components.
Syntax
'Declaration
 
Public Overloads Shared Function FromArgb( _
   ByVal a As System.Integer, _
   ByVal r As System.Integer, _
   ByVal g As System.Integer, _
   ByVal b As System.Integer _
) As Color
public static Color FromArgb( 
   System.int a,
   System.int r,
   System.int g,
   System.int b
)

Parameters

a
r
g
b
See Also

Reference

Color Structure
Color Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum