BackgroundSettings.GetPixelColor Method

Public Shared Function GetPixelColor( _ 
ByVal bitmap As BitmapSource, _ 
ByVal x As Integer, _ 
ByVal y As Integer
) As Color
This language is not supported or no code example is available.
public static Color GetPixelColor( 
BitmapSource bitmap
int x
int y 
)
This language is not supported or no code example is available.

Parameters

bitmap
BitmapSource

x
int

y
int

Return Value

Color

.NET Framework

Supported in: 4.8

In this article

Definition