UtilDrawingGetRandomRectangleF(PointF) Method

Gets a random RectangleF with a location between the specified maximum X and Y coordinates.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static RectangleF GetRandomRectangleF(
	PointF locationMax
)

Parameters

locationMax  PointF
A PointF that specifies the maximum X and Y coordinates.

Return Value

RectangleF
The resulting RectangleF.

See Also