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


IPixelResampler.WindowSize Property (ArcObjects .NET 10.5 SDK)
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