バージョン

GetPixel(Int32,Int32) メソッド

イメージ内の指定した位置にあるピクセルの色を取得します。
シンタックス
'宣言
 
Public Overloads Function GetPixel( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As Color
public Color GetPixel( 
   int x,
   int y
)

パラメータ

x
ピクセルの x 位置
y
ピクセルの y 位置

戻り値の型

イメージ内の指定した位置にあるピクセルの System.Drawing.Color
参照