This document is archived and information here might be outdated. Recommended version. |
Shift operation of layer.
[Visual Basic .NET]
Public Sub Shift ( _
ByVal deltaX As Double, _
ByVal deltaY As Double _
)
[C#]
public void Shift (
double deltaX,
double deltaY
);
[C++]
HRESULT Shift(
double deltaX,
double deltaY
);
[C++] Parameters deltaX [in]
deltaX is a parameter of type double deltaY [in]
deltaY is a parameter of type double