C# Syntax
public Location( Position anchor, Nullable<Point> offset )
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).