This document is archived and information here might be outdated.  Recommended version.


IRasterGeometryProc3.Shift Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterGeometryProc3 Interface > IRasterGeometryProc3.Shift Method
ArcGIS Developer Help

IRasterGeometryProc3.Shift Method

Shifts the input raster by deltaX and deltaY map units.

[Visual Basic .NET]
Public Sub Shift ( _
    ByVal deltaX As Double, _
    ByVal deltaY As Double, _
    ByVal pRaster As IRaster _
)
[C#]
public void Shift (
    double deltaX,
    double deltaY,
    IRaster pRaster
);
[C++]
HRESULT Shift(
  double deltaX,
  double deltaY,
  IRaster* pRaster
);
[C++]
Parameters
deltaX [in]

deltaX is a parameter of type double deltaY [in]
deltaY is a parameter of type double pRaster [in]
pRaster is a parameter of type IRaster*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterGeometryProc3 Interface