GrapeCity.ActiveReports.Document.Drawing Namespace
In This Topic
Classes
| Class | Description |
| Font | Defines a particular format for text, including font face, size, and style attributes. It is a cross-platform version of System.Drawing.Font. |
| Image | It is a cross-platform System.Drawing.Image-like image descriptor. |
| StringFormat | Encapsulates text layout information: text alignment and line alignment. This is a simplified cross-platform version of System.Drawing.StringFormat. |
Enumerations
| Enumeration | Description |
| FontStyle | Specifies style information applied to text. It is a cross-platform version of System.Drawing.FontStyle. |
| GraphicsUnit | Specifies the unit of measure for the given data. It is a cross-platform version of System.Drawing.GraphicsUnit. |
| StringAlignment | Specifies the alignment of a text string relative to its layout rectangle. It is a cross-platform version of System.Drawing.StringAlignment. |
See Also