WebSupergoo.WordGlue4.Rendering Namespace |
| Class | Description | |
|---|---|---|
| ABCpdfRenderingContext |
A rendering context that pipes drawing
commands into an ABCpdf Doc object for PDF output.
|
|
| Bitmap |
A bitmap or raster image.
|
|
| BitmapData |
A locked set of bitmap data in memory.
|
|
| Brush |
Used to fill the interiors of graphical shapes
such as rectangles, ellipses, pies, polygons, and paths.
|
|
| Font |
A font is used to draw text. This class cannot
be inherited.
|
|
| FontFamily |
A fonts are members of families, each item
being of a different style.
|
|
| GdiRenderingContext |
A rendering context that pipes drawing
commands into GDI through System.Drawing.Graphics.
|
|
| GraphicsPath |
A class representing a graphics path
comprising lines and curves.
|
|
| GraphicsPathEntry |
An entry within a GraphicsPath.
|
|
| LineCapStyle |
This class represents a particular style of
line cap at a particular size. This class cannot be
inherited.
|
|
| Pen |
Pens can be used to draw lines and curves.
This class cannot be inherited.
|
|
| SvgRenderingContext |
A rendering context for SVG output.
|
|
| TextRun |
Represents some text to be drawn, accompanied
by style information.
|
|
| Transform |
An affine transformation in 2D space.
|
|
| WpfRenderingContext |
A rendering context that pipes drawing
commands into a WPF DrawingContext.
|
| Structure | Description | |
|---|---|---|
| Color |
A color in RGB, CMYK or Grayscale.
|
| Interface | Description | |
|---|---|---|
| IRenderingContext |
An interface that receives drawing commands and converts them into a desired output format. Implement this interface to create new converters. You can assume that all brushes will be solid and will specify a color in RGB and possibly Alpha. For pens you need to implement an interface which uses the Brush, Width, DashCap (Flat and Round only) and DashPattern. |
| Enumeration | Description | |
|---|---|---|
| DashCap |
The dash cap style specifies the shape to be
used at the ends of dashes in a stroked line.
|
|
| FontStyle |
The style of a font.
|
|
| GraphicsPathEntryType |
The type of element inside a
GraphicsPath.
|
|
| LineCap |
The line cap style specifies the shape to be
used at the ends of open subpaths when they are stroked.
|
|
| LineJoin |
The line join style specifies the shape to be
used at the corners of paths that are stroked.
|
|
| PixelFormat |
The data format of pixels in a bitmap.
|
|
| SvgRenderingContextImageHandling |
How images should be put into the SVG.
|