GetRandomRectangleF
|
Gets a random RectangleF.
|
GetRandomRectangleF(PointF)
|
Gets a random RectangleF with a location between the specified maximum X and Y coordinates.
|
GetRandomRectangleF(SizeF)
|
Gets a random RectangleF with a size between the specified maximum width and height.
|
GetRandomRectangleF(PointF, SizeF)
|
Gets a random RectangleF with a location between the specified maximum X and Y coordinates,
and with a size between the specified maximum width and height.
|
GetRandomRectangleF(Single, Single, Single, Single)
|
Gets a random RectangleF with a location between the specified maximum X and Y coordinates,
and with a size between the specified maximum width and height.
|
GetRandomRectangleF(Single, Single, Single, Single, Single, Single, Single, Single)
|
Gets a random RectangleF 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.
|