WebSupergoo.WordGlue4.Rendering Namespace

 
Classes
  Class Description
Public class ABCpdfRenderingContext
A rendering context that pipes drawing commands into an ABCpdf Doc object for PDF output.
Public class Bitmap
A bitmap or raster image.
Public class BitmapData
A locked set of bitmap data in memory.
Public class Brush
Used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
Public class Font
A font is used to draw text. This class cannot be inherited.
Public class FontFamily
A fonts are members of families, each item being of a different style.
Public class GdiRenderingContext
A rendering context that pipes drawing commands into GDI through System.Drawing.Graphics.
Public class GraphicsPath
A class representing a graphics path comprising lines and curves.
Public class GraphicsPathEntry
An entry within a GraphicsPath.
Public class LineCapStyle
This class represents a particular style of line cap at a particular size. This class cannot be inherited.
Public class Pen
Pens can be used to draw lines and curves. This class cannot be inherited.
Public class SvgRenderingContext
A rendering context for SVG output.
Public class TextRun
Represents some text to be drawn, accompanied by style information.
Public class Transform
An affine transformation in 2D space.
Public class WpfRenderingContext
A rendering context that pipes drawing commands into a WPF DrawingContext.
Structures
  Structure Description
Public structure Color
A color in RGB, CMYK or Grayscale.
Interfaces
  Interface Description
Public interface 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.

Enumerations
  Enumeration Description
Public enumeration DashCap
The dash cap style specifies the shape to be used at the ends of dashes in a stroked line.
Public enumeration FontStyle
The style of a font.
Public enumeration GraphicsPathEntryType
The type of element inside a GraphicsPath.
Public enumeration LineCap
The line cap style specifies the shape to be used at the ends of open subpaths when they are stroked.
Public enumeration LineJoin
The line join style specifies the shape to be used at the corners of paths that are stroked.
Public enumeration PixelFormat
The data format of pixels in a bitmap.
Public enumeration SvgRenderingContextImageHandling
How images should be put into the SVG.