GetRandomRectangle
|
Gets a random Rectangle.
|
GetRandomRectangle(Point)
|
Gets a random Rectangle with a location between the specified maximum X and Y coordinates.
|
GetRandomRectangle(Size)
|
Gets a random Rectangle with a size between the specified maximum width and height.
|
GetRandomRectangle(Point, Size)
|
Gets a random Rectangle with a location between the specified maximum X and Y coordinates,
and with a size between the specified maximum width and height.
|
GetRandomRectangle(Int32, Int32, Int32, Int32)
|
Gets a random Rectangle with a location between the specified maximum X and Y coordinates,
and with a size between the specified maximum width and height.
|
GetRandomRectangle(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
|
Gets a random Rectangle with a location between the specified minimum and maximum X and Y coordinates,
and with a size between the specified minimum and maximum width and height.
|