This document is archived and information here might be outdated. Recommended version. |
Interpolation method used when reading pixels.
[Visual Basic .NET] Public Property ResampleMethod As rstResamplingTypes
[C#] public rstResamplingTypes ResampleMethod {get; set;}
[C++]
HRESULT get_ResampleMethod(
rstResamplingTypes* val
);
[C++]
HRESULT put_ResampleMethod(
rstResamplingTypes val
);
[C++] Parameters val [out, retval]
val is a parameter of type rstResamplingTypes* val [in]
val is a parameter of type rstResamplingTypes