You are here: Start » FIL.NET » Function Reference » Basic » Location » FIL.LocationCenter

FIL.LocationCenter

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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