UtilDrawingGetRandomRectangle Method
Gets a random Rectangle.
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()
Public Shared Function GetRandomRectangle As Rectangle
Dim returnValue As Rectangle
returnValue = UtilDrawing.GetRandomRectangle()
public:
static Rectangle GetRandomRectangle()
static member GetRandomRectangle : unit -> Rectangle
No code example is currently available or this language may not be supported.
Return Value
Rectangle
The resulting
Rectangle.