![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.Offset Method (ArcObjects .NET 10.5 SDK) |
Moves the sides x units horizontally and y units vertically.
[Visual Basic .NET] Public Sub Offset ( _ ByVal X As Double, _ ByVal Y As Double _ )
[C#] public void Offset ( double X, double Y );
[C++]
HRESULT Offset(
double X,
double Y
);
[C++]
Parameters X X is a parameter of type double Y Y is a parameter of type double
refer to the Offset method of IEnvelope