UtilDrawingGetRandomSize(Size) Method
Gets a random Size 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 Size GetRandomSize(
Size sizeMax
)
Public Shared Function GetRandomSize (
sizeMax As Size
) As Size
Dim sizeMax As Size
Dim returnValue As Size
returnValue = UtilDrawing.GetRandomSize(sizeMax)
public:
static Size GetRandomSize(
Size sizeMax
)
static member GetRandomSize :
sizeMax : Size -> Size
No code example is currently available or this language may not be supported.
- sizeMax Size
-
A Size that specifies the maximum width and height.
Size
The resulting
Size.