RectangleD2D(Double, Double, Double, Double) Constructor |
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public RectangleD2D(
double x,
double y,
double width,
double height
)
Parameters
- x Double
- The x location (left).
- y Double
- The y location (top).
- width Double
- The width.
- height Double
- The height.
See Also