Nevron .NET Vision
Nevron.GraphicsCore Namespace / N2DDeviceGDI Class / ClearStyles Method


In This Topic
    ClearStyles Method (N2DDeviceGDI)
    In This Topic
    Clears style state and optionally updates the painter
    Syntax
    'Declaration
     
    
    Public Overrides Sub ClearStyles( _
       ByVal styles As DeviceStyle _
    ) 
    'Usage
     
    
    Dim instance As N2DDeviceGDI
    Dim styles As DeviceStyle
     
    instance.ClearStyles(styles)
    public override void ClearStyles( 
       DeviceStyle styles
    )

    Parameters

    styles
    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