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

Invoke.LocationToPoint2D

Converts a location to its center point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LocationToPoint2D
(
	Fil.Location inLocation,
	out Fil.Point2D outPoint
)

Parameters

Name Type Range Default Description
inLocationFil.Location
outPointFil.Point2D

See also