Bitmap.GetPixel
Bitmap.GetPixel method
この中の指定されたピクセルの色を取得しますBitmap.
public Color GetPixel(int x, int y)
パラメータ | タイプ | 説明 |
---|---|---|
x | Int32 | 取得するピクセルの x 座標。 |
y | Int32 | 取得するピクセルの y 座標。 |
戻り値
あColor指定されたピクセルの色を表す構造体。
関連項目
- struct Color
- class Bitmap
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing