Provides access to members that control a RGB 32-bit packed pixel resampler.
Description
This interface is new at ArcGIS 9.3.
Members
Name | Description | |
---|---|---|
Background | The background value. | |
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. | |
ResamplingMethod | The resampling method. | |
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. |
IRGB32PixelResampler.Background Property
The background value.
Public Property Background As Object
public object Background {get; set;}
IRGB32PixelResampler.ResamplingMethod Property
The resampling method.
Public Property ResamplingMethod As rstResamplingTypes
public rstResamplingTypes ResamplingMethod {get; set;}
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. |