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