CalendarView for WinForms
SetPixel メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : SetPixel メソッド
Specifies the color to be used to paint the point.
Specifies the coordinate, in logical units, of the point to be set.
Sets the pixel at the specified coordinates to the closest approximation of the specified color. The point must be in the clipping region and the visible part of the device surface.
シンタックス
'宣言
 
Public Sub SetPixel( _
   ByVal color As System.Drawing.Color, _
   ByVal point As System.Drawing.Point _
) 
public void SetPixel( 
   System.Drawing.Color color,
   System.Drawing.Point point
)

パラメータ

color
Specifies the color to be used to paint the point.
point
Specifies the coordinate, in logical units, of the point to be set.
参照

DeviceContext クラス
DeviceContext メンバ