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

AVL.LocationCenter

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inLocationAvlNet.LocationPixel location.
outCenterAvlNet.Point2DCenter point of the provided pixel.

See also