This document is archived and information here might be outdated. Recommended version. |
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