ComponentOne CalendarView 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

    See Also