Location Constructor
Initializes a new Location instance the using the specified object position and offset points.

C# Syntax

Parameters

anchor
The object position from which the offset is taken. Possible values: Position.
offset
The x- and y- offset (in pixels) from the anchor position. If null, the point is (0,0).