Initializes a new instance of the
Rect struct with the specified width and height.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Rect(
short width = 0,
short height = 0
)
Parameters
- width Int16 (Optional)
- The initial right coordinate.
- height Int16 (Optional)
- The initial bottom coordinate.
See Also