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


IRasterGeometryProc3.Rotate 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.Rotate Method
ArcGIS Developer Help

IRasterGeometryProc3.Rotate Method

Rotates the input raster around the specified pivot by an angle specified in degrees.

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

ipPivotPoint is a parameter of type IPoint* rotateAngle [in]
rotateAngle 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