CalendarView for WinForms
InvertRegion メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : InvertRegion メソッド
A System.IntPtr indicates the handle of the region.
Inverts the colors in the specified region.
シンタックス
'宣言
 
Public Overridable Sub InvertRegion( _
   ByVal regionHandle As System.IntPtr _
) 
public virtual void InvertRegion( 
   System.IntPtr regionHandle
)

パラメータ

regionHandle
A System.IntPtr indicates the handle of the region.
例外
例外解説
Defines an exception class to handle the system error.
解説
On monochrome screens, the InvertRegion function makes white pixels black and black pixels white. On color screens, this inversion is dependent on the type of technology used to generate the colors for the screen.
参照

DeviceContext クラス
DeviceContext メンバ