CalendarView for WinForms
GetPixel メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : GetPixel メソッド
Specifies the coordinate, in logical units, of the pixel to be examined.
retrieves the red, green, blue (RGB) color value of the pixel at the specified coordinates.
シンタックス
'宣言
 
Public Overridable Function GetPixel( _
   ByVal point As System.Drawing.Point _
) As System.Drawing.Color
public virtual System.Drawing.Color GetPixel( 
   System.Drawing.Point point
)

パラメータ

point
Specifies the coordinate, in logical units, of the pixel to be examined.

戻り値の型

The return value is the RGB value of the pixel. If the pixel is outside of the current clipping region, the return value is Color.Empty.
参照

DeviceContext クラス
DeviceContext メンバ