Class | Description | |
---|---|---|
Brush | Abstract base class for brushes. | |
CellStyle | Describes the relative position, inner border, filling and layout of a table cell. | |
Extensions | Contains extensions methods for the System.Numerics.Matrix3x2 struct. | |
FrameStyle | Describes the inner border and filling of a table cell or table frame. | |
GcGraphics | Abstract base class that implements a drawing surface. | |
GcGraphics.Clip | Represents a clipping applied to a graphics. When disposed, removes the associated clipping. | |
GradientStop | Represents a transition point in a gradient. | |
HatchBrush | Represents a rectangular brush with a hatch style, a foreground color, and a background color. | |
Image | A lightweight class representing an image in a file, stream, or array of bytes.
By default, this class does not load or decode the actual pixel data unless ImageBinding.InMemoryData is passed to FromFile, GrapeCity.Documents.Imaging.TiffFrame.ToImage or GrapeCity.Documents.Imaging.GifFrame.ToImage. Use the ToGcBitmap method to load the image into a GrapeCity.Documents.Imaging.GcBitmap in order to access and manipulate the image data. | |
ImageAlign | Represents the alignment of an image within its container. | |
ImageBrush | Represents a rectangular image brush. | |
IPathExt | Contains extension methods for IPath. | |
LinearGradientBrush | Represents a linear gradient brush. | |
PathExt | Contains extension methods for IPath interface. | |
Pen | Represents an object used to draw lines and curves. | |
RadialGradientBrush | Represents a radial gradient brush. | |
SolidBrush | Represents a solid color brush. | |
TableCell | Describes the layout, style, and data of a table cell. | |
TableRenderer | A helper class for drawing tables on a GcGraphics.
This class is based on the layout engine (see GrapeCity.Documents.Layout.LayoutHost and related classes), and supports drawing simple or complex tables with merged, rotated, auto-sized, multilayer cells with customizable styles. Table cells can contain simple text, multi-formatted TextLayout, or owner-drawn content. | |
TextRenderer | Allows rendering multi-fragment text. |