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

In This Topic
    DeviceContext Property (Graphics)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DeviceContext As DeviceContext
    public DeviceContext DeviceContext {get;}

    Property Value

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