Click or drag to resize

BoundingRectangleFromWidthHeight Method

Initializes a new instance.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static BoundingRectangle FromWidthHeight(
	double x,
	double y,
	double width,
	double height
)

Parameters

x
Type: SystemDouble
The x coordinate of the lower-left corner.
y
Type: SystemDouble
The y coordinate of the lower-left corner.
width
Type: SystemDouble
The width of the rectangle.
height
Type: SystemDouble
The height of the rectangle.

Return Value

Type: BoundingRectangle
A new BoundingRectangle.
See Also