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