ComponentOne Imaging for UWP
GetInterpolatedPixel Method

C1.UWP.Imaging Assembly > C1.Xaml.Imaging Namespace > C1Bitmap Class : GetInterpolatedPixel Method
X value to sample in image coordinates (from 0 to width).
Y value to sample in image coordinates (from 0 to height).
Gets the color of the pixel at the specified interpolated position in the C1Bitmap.
Syntax
'Declaration
 
Public Function GetInterpolatedPixel( _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As Windows.UI.Color
public Windows.UI.Color GetInterpolatedPixel( 
   System.double x,
   System.double y
)

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

Windows.UI.Color of the interpolated pixel at the specified position in the C1Bitmap
See Also

Reference

C1Bitmap Class
C1Bitmap Members