Type of the X-Axis.
Type of the Y-Axis.
GetPointResampler<TX,TY> Method (IPointResamplerFactory)
Gets the IPointResampler<TX,TY> instance to handle this combination of Tx and Ty generic type parameters.
Syntax
IPointResampler<TX,TY> GetPointResampler<TX,TY>()
where TX: IComparable
where TY: IComparable

Type Parameters

TX
Type of the X-Axis.
TY
Type of the Y-Axis.

Return Value

Created Point Resampler.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also