ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / DeviceContext Property

In This Topic
    DeviceContext Property
    In This Topic
    Gets the DeviceContext of the Graphics.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DeviceContext As DeviceContext
    public DeviceContext DeviceContext {get;}

    Property Value

    A DeviceContext that indicates the device context of the Graphics.
    See Also