Namespace TallComponents.PDF.Layout.Paragraphs
Class Drawing
Can hold shapes (Graphical elements).
The drawing class is a specialization of paragraph. All members of paragraph are members of drawing as well. Like any paragraph, a drawing can be added to any paragraph collection, e.g. section, table cell, header and footer. The drawing has a collection of shapes. You draw by adding shapes to this collection.
Syntax
public class Drawing : Paragraph
Constructors
Drawing()
Initialize a new instance of the Drawing class.
Drawing(Double,Double)
Initialize a new instance of the Drawing class with the given width and height.
Properties
Double Height
Get or set the height in points.
ShapeCollection Shapes
Get or set the collection of shapes.
Double Width
Get or set the width in points.