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


IRasterGeometryProc.Mirror Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterGeometryProc.Mirror Method

Mirrors the input raster.

[Visual Basic .NET]
Public Sub Mirror ( _
    ByVal pRaster As IRaster _
)
[C#]
public void Mirror (
    IRaster pRaster
);
[C++]
HRESULT Mirror(
  IRaster* pRaster
);
[C++]

Parameters pRaster [in]
pRaster is a parameter of type IRaster

Product Availability

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

See Also

IRasterGeometryProc Interface