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