C1Bitmapの指定された位置のピクセルの色を取得します。
シンタックス
'宣言
Public Function GetPixel( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As Windows.UI.Color
public Windows.UI.Color GetPixel(
System.int ,
System.int
)
パラメータ
- col
- ピクセルが含まれる列のインデックス。
- row
- ピクセルが含まれる行のインデックス。
戻り値の型
C1Bitmapの指定された位置にあるピクセルの
Windows.UI.Color
参照