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