UtilDrawingGetRandomSizeF(SizeF) Method

Gets a random SizeF 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 SizeF GetRandomSizeF(
	SizeF sizeMax
)

Parameters

sizeMax  SizeF
A SizeF that specifies the maximum width and height.

Return Value

SizeF
The resulting SizeF.

See Also