You are here: Start » AVL.NET » AVL.LocationCenter Method

AVL.LocationCenter Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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