ActiveReports 8
FromArgb(Int32) Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common Namespace > Color Structure > FromArgb Method : FromArgb(Int32) Method

value
The value.

Glossary Item Box

Creates new color from color components.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function FromArgb( _
   ByVal value As System.Integer _
) As Color
C# 
public static Color FromArgb( 
   System.int value
)

Parameters

value
The value.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also