ArcObjects Library Reference (DataSourcesRaster)  

IPixelResampler.WindowSize Property

The resampling window size in terms of number of source pixels.

[Visual Basic .NET]
Public ReadOnly Property WindowSize As Integer
[C#]
public int WindowSize {get;}
[C++]
HRESULT get_WindowSize(
  long* pNumPixels
);
[C++]

Parameters

pNumPixels [out, retval]   pNumPixels is a parameter of type long

Product Availability

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

See Also

IPixelResampler Interface