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