You are here: Start » AVL.NET » AVL.LocationCenter(AvlNet.Location, AvlNet.Point2D)

AVL.LocationCenter(AvlNet.Location, AvlNet.Point2D)

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

inLocation
Type: AvlNet.Location
Pixel location.
outCenter
Type: AvlNet.Point2D
Center point of the provided pixel.

See also