Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphics Class / DeviceGraphics Property


In This Topic
    DeviceGraphics Property
    In This Topic
    When the device is in RenderTechnology.GDI mode this property returns the GDI+ graphics object associated with the control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DeviceGraphics As System.Drawing.Graphics
    'Usage
     
    
    Dim instance As NGraphics
    Dim value As System.Drawing.Graphics
     
    value = instance.DeviceGraphics
    public System.Drawing.Graphics DeviceGraphics {get;}
    Remarks
    For RenderTechnology.Svg and RenderTechnology.ImageMap the property returns a graphics device used for measurements.
    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