UtilDrawingGetRandomRectangleF Method
Gets a random RectangleF.
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()
Public Shared Function GetRandomRectangleF As RectangleF
Dim returnValue As RectangleF
returnValue = UtilDrawing.GetRandomRectangleF()
public:
static RectangleF GetRandomRectangleF()
static member GetRandomRectangleF : unit -> RectangleF
No code example is currently available or this language may not be supported.
Return Value
RectangleF
The resulting
RectangleF.