[]
Represents a canvas shape element in a body content.
public class CanvasShape : ShapeBase, IBrowsable<CanvasShape>
| Name | Description |
|---|---|
| Effects | Gets the shape effects formatting properties. |
| Fill | Gets the fill formatting properties. |
| Line | Gets the line formatting properties. |
| Next | Gets the next canvas. |
| Previous | Gets the previous canvas. |
| Name | Description |
|---|---|
| AddGroupShape() | Adds a GroupShape to the end of the canvas shape. |
| AddGroupShape(float, float) | Adds a GroupShape to the end of the canvas shape. |
| AddInkShape(XmlDocument) | Adds an InkShape> to the end of the canvas shape. |
| AddInkShape(XmlDocument, float, float) | Adds an InkShape to the end of the canvas shape. |
| AddPicture() | Adds a new Picture to the end of the canvas shape. |
| AddPicture(Image) | Adds a new Picture to the end of the canvas shape. |
| AddPicture(byte[], string) | Adds a new Picture to the end of the canvas shape. |
| AddPicture(byte[], string, float, float) | Adds a new Picture to the end of the canvas shape. |
| AddShape() | Adds a new Rectangle 100 x 100 points Shape to the end of the canvas shape. |
| AddShape(float, float, GeometryType) | Adds a new Shape with a specified size and text to the end of the canvas shape. |
| AddShape(float, float, string) | Adds a new Rectangle Shape with a specified size and text to the end of the canvas shape. |
| AddShape(float, float, string, GeometryType) | Adds a new Shape with a specified size, text and geometry to the end of the canvas shape. |