ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DummyDeviceContext Class
Members

In This Topic
    DummyDeviceContext Class
    In This Topic
    Represents a gdi device context that used as a dummy.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class DummyDeviceContext 
       Inherits ImageDeviceContext
    public sealed class DummyDeviceContext : ImageDeviceContext 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext
             C1.Framework.Drawing.Gdi.DeviceContexts.GdiplusGraphicDeviceContext
                C1.Framework.Drawing.Gdi.DeviceContexts.ImageDeviceContext
                   C1.Framework.Drawing.Gdi.DeviceContexts.DummyDeviceContext

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also