Includes shape releated classes.
Classes
| Class | Description | |
|---|---|---|
| ArcShape |
An arc shape is a segment of an ellipse outline. It has a center, a horizontal
and vertical radi and it has a start and sweep angle.
| |
| BezierShape |
A cubic bezier shape. It has a start and an end point and two respective
control points.
| |
| Canvas |
Each page has 4 canvasses: an underlay, a visual underlay, an overlay and a visual overlay, all of type Canvas.
You draw underneath or on top of a page by adding shapes to one of the
4 layer objects. The layers are non-creatable and retrieved through
the [Visual]Underlay and [Visual]Overlay properties of a page object.
| |
| ClipShape |
The ClipShape allow you to build an arbitray curve composed of
straight lines and bezier curves, used as clipping path.
| |
| ContentShape |
Base type for all content shapes.
| |
| EllipseShape |
An ellipse drawn using a pen and brush.
| |
| Fragment |
The fragment class represents a piece of text as part of a multiline text shape.
| |
| FragmentCollection |
Collection of fragment objects.
| |
| FreeHandBezierSegment |
A cubic bezier segment. It has an end point and two respective
control points.
| |
| FreeHandLineSegment |
A straight line. It has an end point.
| |
| FreeHandPath |
A free hand path.
| |
| FreeHandPathCollection |
Collection of Free Hand Path objects.
| |
| FreeHandSegment |
The base class for all FreeHandSegment objects.
| |
| FreeHandSegmentCollection |
Collection of FreeHandSegment objects.
| |
| FreeHandShape |
The FreeHandShape allow you to build an arbitray curve composed of
straight lines and bezier curves.
| |
| FreeHandStartSegment |
The start point of the free hand path.
| |
| ImageShape |
A shape containing bitmap image.
| |
| LayerShape |
A layer shape can be seen as a canvas. You draw on this canvas by adding
shapes to it, they will be placed inside this layer.
| |
| LineBreakEventArgs |
Class containing data for LineBreak events.
| |
| LineBreakFragment |
Insert this fragment to force a line break.
| |
| LineShape |
A straight line. It has a start and an end point.
| |
| MetafileShape |
A shape containing a metafile (emf or wmf) vector based image.
| |
| MultilineTextShape |
The MultilineTextShape allows you to stamp text that is wrapped given
a certain maximum line width. The text is stored in 1 or more fragments.
You can set layout properties such as alignment and indentation.
| |
| PageShape |
A page shape is a placeholder for an existing page.
It is used to stamp existing pages on an other page, which could be either a new or an existing page.
| |
| PathShape |
PathShape is the base class for all shapes that have an associated pen or brush.
| |
| PieShape |
A pie is an arc shape with the addition of two straight lines drawn
from the center to the start and end point of the arc. The closed area
is filled using the specified brush (if any).
A pie is fully defined by attributes of its base classes.
| |
| RectangleShape |
A rectangle drawn using a pen and brush.
| |
| Shape |
Base class for all vector and bitmap graphics objects.
| |
| ShapeCollection |
Collection of shape objects. Shapes is a shape itself. This allows recursion.
A shapes collection can be seen as a canvas. You draw on this canvas by adding
shapes to it.
| |
| ShapeSizeException |
The exception that is thrown when a shape cannot be placed on a page because
the shape has an invalid size.
| |
| SimpleXhtmlFormatException |
Thrown when badly formatted Simple Xhtml is encountered.
| |
| SimpleXhtmlShape |
Renders one or more lines of text with "simple" xhtml markup.
| |
| SvgShape |
A shape containing a svg image.
| |
| TabStop |
A tab stop defines a point at which text continues after a tab character.
| |
| TabStopCollection |
Collection of tab stops.
| |
| TextFlowException |
The exception that is thrown when a text flow constraint cannot be satisfied.
| |
| TextShape |
Used to add a single-line text to a layer.
|
Delegates
| Delegate | Description | |
|---|---|---|
| LineBreakEventHandler |
Represents the method that handles LineBreak events.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| BlendMode |
Different blend modes.
| |
| Compression |
Compression types for Image and ImageShape.
| |
| DockStyle |
Different ways to dock shapes.
| |
| FillRule |
Different rules for filling.
| |
| PageBoundary |
The box which should be used as outline for the page.
|