Click or drag to resize

Size(Double, Double, LengthUnit) Constructor

Initializes a new instance of the Size struct.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public Size(
	double width,
	double height,
	LengthUnit unit
)

Parameters

width  Double
The width.
height  Double
The height.
unit  LengthUnit
The measurement unit for width and height.
See Also