UtilDrawingGetRandomPointF(Single, Single) 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(
float xMax,
float yMax
)
Public Shared Function GetRandomPointF (
xMax As Single,
yMax As Single
) As PointF
Dim xMax As Single
Dim yMax As Single
Dim returnValue As PointF
returnValue = UtilDrawing.GetRandomPointF(xMax,
yMax)
public:
static PointF GetRandomPointF(
float xMax,
float yMax
)
static member GetRandomPointF :
xMax : float32 *
yMax : float32 -> PointF
No code example is currently available or this language may not be supported.
- xMax Single
-
The maximum X coordinate.
- yMax Single
-
The maximum Y coordinate.
PointF
The resulting
PointF.