Namespace TallComponents.PDF.Layout.Shapes
Class RectangleShape
A rectangle drawn using a pen and brush.
The lower-left corner is defined by the X and Y properties of base class Shape.
Syntax
public class RectangleShape
: PathShape
Constructors
RectangleShape()
Create a new rectangle with zero width and height.
RectangleShape(Double,Double)
Creates a new RectangleShape with given start point, width and height.
RectangleShape(Double,Double,Double,Double)
Creates a new RectangleShape with given start point, width and height.
RectangleShape(Double,Double,Double,Double,Pen)
Creates a new RectangleShape with given start point, width, height and pen.
RectangleShape(Double,Double,Double,Double,Pen,Brush)
Creates a new RectangleShape with given start point, width, height, pen and brush.