Click or drag to resize

Rect Constructor

Initializes a new instance of the Rect struct with the specified width and height.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Rect(
	short width = 0,
	short height = 0
)

Parameters

width  Int16  (Optional)
The initial right coordinate.
height  Int16  (Optional)
The initial bottom coordinate.
See Also