UtilDrawingGetRandomSize(Int32, Int32) Method

Gets a random Size between the specified maximum width and height.

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 Size GetRandomSize(
	int wMax,
	int hMax
)

Parameters

wMax  Int32
The maximum width.
hMax  Int32
The maximum height.

Return Value

Size
The resulting Size.

See Also