UtilDrawingGetRandomSizeF(SizeF) Method
Gets a random SizeF between the specified maximum width and height.
Namespace: DevCase.Core.Media.GraphicsAssembly: 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
)
Public Shared Function GetRandomSizeF (
sizeMax As SizeF
) As SizeF
Dim sizeMax As SizeF
Dim returnValue As SizeF
returnValue = UtilDrawing.GetRandomSizeF(sizeMax)
public:
static SizeF GetRandomSizeF(
SizeF sizeMax
)
static member GetRandomSizeF :
sizeMax : SizeF -> SizeF
No code example is currently available or this language may not be supported.
- sizeMax SizeF
-
A SizeF that specifies the maximum width and height.
SizeF
The resulting
SizeF.