Gets the color of the pixel at the specified interpolated position in the C1Bitmap.

Namespace:  C1.Phone.Imaging
Assembly:  C1.Phone.Imaging (in C1.Phone.Imaging.dll)

Syntax

C#
public Color GetInterpolatedPixel(
	double x,
	double y
)
Visual Basic
Public Function GetInterpolatedPixel ( _
	x As Double, _
	y As Double _
) As Color

Parameters

x
Type: System..::..Double
X value to sample in image coordinates (from 0 to width).
y
Type: System..::..Double
Y value to sample in image coordinates (from 0 to height).

Return Value

Color of the interpolated pixel at the specified position in the C1Bitmap

See Also