[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.GraphicsMode

GraphicsMode Enum

Define a enumeration indicates the graphics mode.

Namespace: C1.Framework.Drawing.Gdi.DeviceContexts
Assembly: C1.Win.Input.8.dll
Syntax
public enum GraphicsMode

Fields

Name Description
Advance

Windows 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.

Compatible

The 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.