Moves the ellipse by the specified amount horizontally and vertically, in units of the coordinate system of the current map.
object.Offset ( dX, dY ) |
- dx
- Required. A Double that represents the distance to move the ellipse horizontally. Negative values move the ellipse to the left.
- dy
- Required. A Double that represents the distance to move the ellipse vertically. Negative values move the ellipse down.