ActiveReports Developer 7
ColorEx Structure Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace : ColorEx Structure

Glossary Item Box

The following tables list the members exposed by ColorEx.

Public Properties

 NameDescription
Public PropertyAGets the alpha component value of this ColorEx structure.  
Public PropertyBGets the blue component value of this ColorEx structure.  
Public PropertyGGets the green component value of this ColorEx structure.  
Public PropertyRGets the red component value of this ColorEx structure.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)FromArgbCreates a ColorEx structure from the four 8-bit ARGB components (alpha, red, green, and blue) values.  
Public Methodstatic (Shared in Visual Basic)FromColorExCreates a ColorEx structure from the existing ColorEx structure.  
Top

See Also