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


IRGB32PixelResampler Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRGB32PixelResampler Interface
ArcGIS Developer Help

IRGB32PixelResampler Interface

Provides access to members that control a RGB 32-bit packed pixel resampler.

Product Availability

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

Description

This interface is new at ArcGIS 9.3.

Members

Name Description
Read/write property Background The background value.
Read-only property DownSampling Indicates if this is a down sampling only type of resampler.
Read/write property LinearScaling Indicates if only linear scaling is necessary.
Method Resample Resamples an input pixel block into an output pixel block.
Read/write property ResamplingMethod The resampling method.
Read-only property SupportLinearScaling Indicates if this resampler can accept simplified point array for simple linear scaling.
Read-only property WindowSize The resampling window size in terms of number of source pixels.

Inherited Interfaces

Interfaces Description
IPixelResampler Provides access to members that control a pixel resampler.

Classes that implement IRGB32PixelResampler

Classes Description
RGB32PixelResampler A 32-bit RGB(A) pixel resampler class.