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

Invoke.LocationCenter

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inLocationAvl.LocationPixel location.
outCenterAvl.Point2DCenter point of the provided pixel.

See also