Namespace TallComponents.PDF.Layout
Class Rectangle
A rectangle represents an area on the page.
Syntax
public class Rectangle
: Object
,
ISerializable
Constructors
Rectangle()
Creates a new instance of the Rectangle class with (0,0,0,0)
Rectangle(Double,Double,Double,Double)
Create a new rectangle.
Rectangle(SerializationInfo,StreamingContext)
For serializing purposes only.
Properties
Double Bottom
The bottom position in points.
Double Height
The rectangle height in points.
Double Left
The left position in points.
Double Right
The right position in points.
Double Top
The top position in points.
Double Width
The rectangle width in points.