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

Invoke.LocationCenter

Returns the center point of a pixel indicated by the provided location.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LocationCenter
(
	Fil.Location inLocation,
	out Fil.Point2D outCenter
)

Parameters

Name Type Range Default Description
inLocationFil.LocationPixel location.
outCenterFil.Point2DCenter point of the provided pixel.

See also