ActiveReports Developer 7
FromColorEx Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > ColorEx Structure : FromColorEx Method

colorEx
The ColorEx structure to create the new ColorEx structure from.

Glossary Item Box

Creates a ColorEx structure from the existing ColorEx structure.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromColorEx( _
   ByVal colorEx As ColorEx _
) As ColorEx
C# 
public static ColorEx FromColorEx( 
   ColorEx colorEx
)

Parameters

colorEx
The ColorEx structure to create the new ColorEx structure from.

See Also