Clips the input raster based on the specified envelope.
[Visual Basic 6.0] Sub Clip(
ByVal ipRectangle As IEnvelope, _
ByVal ipRaster As IRaster _
)
[Visual Basic .NET] Public Sub Clip ( _ ByVal ipRectangle As IEnvelope, _ ByVal ipRaster As IRaster _ )
[C#] public void Clip ( IEnvelope ipRectangle, IRaster ipRaster );
[Java] public void clip ( IEnvelope ipRectangle, IRaster ipRaster ) throws IOException, AutomationException
[C++] HRESULT Clip( IEnvelope* ipRectangle, IRaster* ipRaster );
Parameters
ipRectangle [in]
ipRectangle is a parameter of type IEnvelope
ipRaster [in]
ipRaster is a parameter of type IRaster