You are here: Start » FIL.NET » FIS.LocationCenter Method

FIS.LocationCenter Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LocationCenter
(
	FilNet.Location inLocation,
	out FilNet.Point2D outCenter
)

Parameters

Name Type Range Default Description
inLocationFilNet.LocationPixel location.
outCenterFilNet.Point2DCenter point of the provided pixel.

See also