Click or drag to resize

Rectangle(Double, Double, Double, Double) Constructor

Initializes a new instance of the Rectangle struct.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public Rectangle(
	double left,
	double top,
	double width,
	double height
)

Parameters

left  Double
X-coordinate in points.
top  Double
Y-coordinate in points.
width  Double
The width in points.
height  Double
The height in points.
See Also