ActiveReports 12
FromColorEx Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > ColorEx Structure : FromColorEx Method
The ColorEx structure to create the new ColorEx structure from.
Creates a ColorEx structure from the existing ColorEx structure.
Syntax
'Declaration
 
Public Shared Function FromColorEx( _
   ByVal colorEx As ColorEx _
) As ColorEx
public static ColorEx FromColorEx( 
   ColorEx colorEx
)

Parameters

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

Return Value

The ColorEx that this method creates.
See Also

Reference

ColorEx Structure
ColorEx Members