Imaging for WinRT XAML
GetPixel メソッド

ピクセルが含まれる列のインデックス。
ピクセルが含まれる行のインデックス。
C1Bitmap の指定された位置のピクセルの色を取得します。
構文
'宣言
 
Public Function GetPixel( _
   ByVal col As System.Integer, _
   ByVal row As System.Integer _
) As Windows.UI.Color
public Windows.UI.Color GetPixel( 
   System.int col,
   System.int row
)

パラメータ

col
ピクセルが含まれる列のインデックス。
row
ピクセルが含まれる行のインデックス。

戻り値の型

C1Bitmap の指定された位置にあるピクセルの Windows.UI.Color
参照

C1Bitmap クラス
C1Bitmap メンバ