Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphics Class / PaintPathShadow Method


In This Topic
    PaintPathShadow Method
    In This Topic
    Fills the GraphicsPath object with the specified shadowStyle.
    Syntax
    'Declaration
     
    
    Public Sub PaintPathShadow( _
       ByVal interiorShadowStyle As NShadowStyle, _
       ByVal borderShadowStyle As NShadowStyle, _
       ByVal borderStrokeStyle As NStrokeStyle, _
       ByVal path As System.Drawing.Drawing2D.GraphicsPath _
    ) 
    'Usage
     
    
    Dim instance As NGraphics
    Dim interiorShadowStyle As NShadowStyle
    Dim borderShadowStyle As NShadowStyle
    Dim borderStrokeStyle As NStrokeStyle
    Dim path As System.Drawing.Drawing2D.GraphicsPath
     
    instance.PaintPathShadow(interiorShadowStyle, borderShadowStyle, borderStrokeStyle, path)
    public void PaintPathShadow( 
       NShadowStyle interiorShadowStyle,
       NShadowStyle borderShadowStyle,
       NStrokeStyle borderStrokeStyle,
       System.Drawing.Drawing2D.GraphicsPath path
    )

    Parameters

    interiorShadowStyle
    borderShadowStyle
    borderStrokeStyle
    path
    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