You are here: Start » FIL.NET » Invoke.RandomPoint

Invoke.RandomPoint

Creates random point inside given box.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RandomPoint
(
	Fil.RandomState ioState,
	Fil.Box inBox,
	Optional<int> inSeed,
	out Fil.Point2D outPoint
)

Parameters

Name Type Range Default Description
ioStateFil.RandomStateState of generator.
inBoxFil.BoxBounding box of generated point.
inSeedFtl.Optional<int>Random seed. Default value: ftl::NIL.
outPointFil.Point2D

See also