PDFKit.NET 2.0 Class Library (.NET 2.0)

Rectangle Constructor (Double, Double, Double, Double)

Create a new rectangle.

public Rectangle(
   double left,
   double bottom,
   double width,
   double height
);

Parameters

left
The left position in points.
bottom
The bottom position in points.
width
The rectangle width in points.
height
The rectangle height in points.

See Also

Rectangle Class | TallComponents.PDF Namespace | Rectangle Constructor Overload List