Rectangle Constructor (Double, Double, Double, Double)

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Initializes a new instance of the Rectangle class.

Namespace:  Apitron.PDF.Rasterizer
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public Rectangle(
	double left,
	double bottom,
	double right,
	double top
)

Parameters

left
Type: SystemDouble
The left position in points.
bottom
Type: SystemDouble
The bottom position in points.
right
Type: SystemDouble
The right position in points.
top
Type: SystemDouble
The top position in points.
See Also

Reference