Click or drag to resize

PdfBounds Constructor (Double, Double, Double, Double)

Initializes a new instance of the PdfBounds struct.

Namespace:  Atalasoft.PdfDoc.Geometry
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfBounds(
	double left,
	double bottom,
	double width,
	double height
)

Parameters

left
Type: SystemDouble
The left coordinate.
bottom
Type: SystemDouble
The bottom coordinate.
width
Type: SystemDouble
The width.
height
Type: SystemDouble
The height.
See Also