CalendarView for WinForms
SetClippingRegion メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : SetClippingRegion メソッド
A System.IntPtr that indicates handle to the region to be selected. This handle can only be IntPtr.Zero when the CombineMode.Replace mode is specified
A System.Drawing.Drawing2D.CombineMode that indicates the combine mode.
Combines the specified region with the current clipping region using the specified mode.
シンタックス
'宣言
 
Public Sub SetClippingRegion( _
   ByVal regionHandle As System.IntPtr, _
   ByVal combineMode As System.Drawing.Drawing2D.CombineMode _
) 
public void SetClippingRegion( 
   System.IntPtr regionHandle,
   System.Drawing.Drawing2D.CombineMode combineMode
)

パラメータ

regionHandle
A System.IntPtr that indicates handle to the region to be selected. This handle can only be IntPtr.Zero when the CombineMode.Replace mode is specified
combineMode
A System.Drawing.Drawing2D.CombineMode that indicates the combine mode.
解説
The coordinate of region will not be effected by current origin of page space.
参照

DeviceContext クラス
DeviceContext メンバ