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


IPixelResampler.WindowSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelResampler Interface > IPixelResampler.WindowSize Property
ArcGIS Developer Help

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(
  System.Int32* 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