バージョン

GetPixel メソッド

指定されたピクセルの色を取得します。
シンタックス
'宣言
 
Public Overridable Function GetPixel( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) As Color
public virtual Color GetPixel( 
   System.int x,
   System.int y
)

パラメータ

x
ピクセルの X 位置。
y
ピクセルの Y 位置。

戻り値の型

指定されたピクセルの色。
参照

オンラインで表示: GitHub