ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / RawDeviceContext Class
Members

In This Topic
    RawDeviceContext Class
    In This Topic
    Represents a wrapper of the gid device context handle.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class RawDeviceContext 
       Inherits DeviceContext
    public sealed class RawDeviceContext : DeviceContext 
    Remarks
    The handle will not be released when RawDeviceContext is disposed.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext
             C1.Framework.Drawing.Gdi.DeviceContexts.RawDeviceContext

    See Also