Click or drag to resize

Rectangle(Double, Double, Double, Double, LengthUnit) 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,
	LengthUnit unit
)

Parameters

left  Double
X-coordinate.
top  Double
Y-coordinate.
width  Double
The width.
height  Double
The height.
unit  LengthUnit
The measurement unit for left, top, width and height.
See Also