CalendarView for WinForms
Clip メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : Clip メソッド
A System.Drawing.Rectangle indicates the rectangle.
A System.Drawing.Drawing2D.CombineMode indicates operation mode.
Clips the device context by the specified rectangle and operation mode.
シンタックス
'宣言
 
Public Sub Clip( _
   ByVal rectangle As System.Drawing.Rectangle, _
   ByVal clippingMode As System.Drawing.Drawing2D.CombineMode _
) 
public void Clip( 
   System.Drawing.Rectangle rectangle,
   System.Drawing.Drawing2D.CombineMode clippingMode
)

パラメータ

rectangle
A System.Drawing.Rectangle indicates the rectangle.
clippingMode
A System.Drawing.Drawing2D.CombineMode indicates operation mode.
解説
The coordinate of rectangle is base one the space page.
参照

DeviceContext クラス
DeviceContext メンバ