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


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

IRasterGeometryProc2.ReScale Method

Scales the input raster by the specified x and y scale factors.

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

xScale is a parameter of type double yScale [in]
yScale 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

IRasterGeometryProc2 Interface