This document is archived and information here might be outdated. Recommended version. |
The current raster resampler.
[Visual Basic .NET] Public Property PixelResampler As IPixelResampler
[C#] public IPixelResampler PixelResampler {get; set;}
[C++]
HRESULT get_PixelResampler(
IPixelResampler** ppResampler
);
[C++]
HRESULT putref_PixelResampler(
IPixelResampler* ppResampler
);
[C++] Parameters ppResampler [out, retval]
ppResampler is a parameter of type IPixelResampler** ppResampler [in]
ppResampler is a parameter of type IPixelResampler*