Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPaintEffectStyle Class / CreateInnerPath Method


In This Topic
    CreateInnerPath Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function CreateInnerPath( _
       ByVal path As System.Drawing.Drawing2D.GraphicsPath, _
       ByVal scaleFactor As System.Single _
    ) As System.Drawing.Drawing2D.GraphicsPath
    'Usage
     
    
    Dim instance As NPaintEffectStyle
    Dim path As System.Drawing.Drawing2D.GraphicsPath
    Dim scaleFactor As System.Single
    Dim value As System.Drawing.Drawing2D.GraphicsPath
     
    value = instance.CreateInnerPath(path, scaleFactor)
    protected System.Drawing.Drawing2D.GraphicsPath CreateInnerPath( 
       System.Drawing.Drawing2D.GraphicsPath path,
       System.float scaleFactor
    )

    Parameters

    path
    scaleFactor
    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