This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelResampler Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control a pixel resampler.
Description | ||
---|---|---|
DownSampling | Indicates if this is a down sampling only type of resampler. | |
LinearScaling | Indicates if only linear scaling is necessary. | |
Resample | Resamples an input pixel block into an output pixel block. | |
SupportLinearScaling | Indicates if this resampler can accept simplified point array for simple linear scaling. | |
WindowSize | The resampling window size in terms of number of source pixels. |
CoClasses and Classes | Description |
---|---|
RGB32PixelResampler | A 32-bit RGB(A) pixel resampler class. |
SimplePixelResampler | A simple pixel resampler class. |
IPixelResampler is a generic interface that is supported by a pixel resampler, which is used for RasterXformer.
The concrete pixel resampler is SimplePixelResampler, user can create a custom pixel resampler by implementing IPixelResampler interface.