This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control a simple pixel resampler.
Name | Description | |
---|---|---|
CubicConvolutionParameter | The cubic convolution parameter (-1, -0.75, -0.5). | |
DownSampling | Indicates if this is a down sampling only type of resampler. | |
LinearScaling | Indicates if only linear scaling is necessary. | |
MajorityWindowSize | The majority resampling window size in pixels. | |
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. |
Interfaces | Description |
---|---|
IPixelResampler | Provides access to members that control a pixel resampler. |
Classes | Description |
---|---|
SimplePixelResampler | A simple pixel resampler class. |
ISimplePixelReader is an interface used for creating and accessing the SimplePixelResampler.
You can perform finer adjustment of cubic convolution and majority resampling methods with this interface.