CalendarView for WinForms
GraphicsMode 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 : GraphicsMode 列挙体
Define a enumeration indicates the graphics mode.
シンタックス
'宣言
 
Public Enum GraphicsMode 
   Inherits System.Enum
public enum GraphicsMode : System.Enum 
メンバ
メンバ解説
AdvanceWindows NT/2000/XP: The current graphics mode is the advanced graphics mode, a mode that allows world transformations. In this graphics mode, an application can set or modify the world transformation for the specified device context.
CompatibleThe current graphics mode is the compatible graphics mode, a mode that is compatible with 16-bit Windows. In this graphics mode, an application cannot set or modify the world transformation for the specified device context. The compatible graphics mode is the default graphics mode.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.Drawing.Gdi.DeviceContexts.GraphicsMode

参照

C1.Framework.Drawing.Gdi.DeviceContexts 名前空間