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