Decreases the width and height of the ellipse by the specified amount, in units of the coordinate system of the current map.
object.Inset ( dX, dY ) |
- dx
- Required. A Double that represents the distance in the X direction to decrease the width of the ellipse.
- dy
- Required. A Double that represents the distance in the Y direction to decrease the width of the ellipse.
The Inset method decreases the ellipse by dX at both the left and the right and decreases the ellipse by dY at both the top and the bottom.