Nevron .NET Vision
Nevron.Diagram Namespace / NGraphicsSettings Class / Apply Method / Apply(Graphics) Method
Graphics to apply this settings to


In This Topic
    Apply(Graphics) Method
    In This Topic
    Applies the settings to the specified graphics
    Syntax
    'Declaration
     
    
    Public Overloads Sub Apply( _
       ByVal graphics As System.Drawing.Graphics _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsSettings
    Dim graphics As System.Drawing.Graphics
     
    instance.Apply(graphics)
    public void Apply( 
       System.Drawing.Graphics graphics
    )

    Parameters

    graphics
    Graphics to apply this settings to
    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