Gets the color of the pixel at the specified interpolated position in the
C1Bitmap.
'Declaration
Public Function GetInterpolatedPixel( _
ByVal As System.Double, _
ByVal As System.Double _
) As System.Windows.Media.Color
public System.Windows.Media.Color GetInterpolatedPixel(
System.double ,
System.double
)
Parameters
- x
- X value to sample in image coordinates (from 0 to width).
- y
- Y value to sample in image coordinates (from 0 to height).
Return Value
System.Windows.Media.Color of the interpolated pixel at the specified position in the
C1Bitmap
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