CalendarView for WinForms
ClippingRegion プロパティ

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : ClippingRegion プロパティ
Gets or sets the handle of the current clipping region of the device context.
シンタックス
'宣言
 
Public Property ClippingRegion As System.IntPtr
public System.IntPtr ClippingRegion {get; set;}

プロパティ値

A System.IntPtr that indicates the handle of the clipping region.
解説

Note: [Get] The getting region is a copy of the current region. [Set] Only a copy of the setting region is used. The region itself can be seted for any number of other device contexts or it can be deleted.

To remove a device-context's clipping region, specify a IntPtr.Zero region handle.

The coordinate of region will not be effected by current origin of page space.

参照

DeviceContext クラス
DeviceContext メンバ