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