Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingPreviewManager Class / ScaleStrokeStyle Method


In This Topic
    ScaleStrokeStyle Method
    In This Topic
    Scales the width of a stroke style
    Syntax
    'Declaration
     
    
    Protected Function ScaleStrokeStyle( _
       ByVal strokeStyle As NStrokeStyle _
    ) As NStrokeStyle
    'Usage
     
    
    Dim instance As NDrawingPreviewManager
    Dim strokeStyle As NStrokeStyle
    Dim value As NStrokeStyle
     
    value = instance.ScaleStrokeStyle(strokeStyle)
    protected NStrokeStyle ScaleStrokeStyle( 
       NStrokeStyle strokeStyle
    )

    Parameters

    strokeStyle
    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