Nevron .NET Vision
Nevron.Diagram Namespace / NPathPrimitive Class / PaintClosedFigureShadow Method


In This Topic
    PaintClosedFigureShadow Method
    In This Topic
    Paints the shadow of a closed figure
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintClosedFigureShadow( _
       ByVal context As NPaintContext, _
       ByVal path As System.Drawing.Drawing2D.GraphicsPath, _
       ByVal shadowStyle As NShadowStyle, _
       ByVal fillStyle As NFillStyle _
    ) 
    'Usage
     
    
    Dim instance As NPathPrimitive
    Dim context As NPaintContext
    Dim path As System.Drawing.Drawing2D.GraphicsPath
    Dim shadowStyle As NShadowStyle
    Dim fillStyle As NFillStyle
     
    instance.PaintClosedFigureShadow(context, path, shadowStyle, fillStyle)
    protected virtual void PaintClosedFigureShadow( 
       NPaintContext context,
       System.Drawing.Drawing2D.GraphicsPath path,
       NShadowStyle shadowStyle,
       NFillStyle fillStyle
    )

    Parameters

    context
    path
    shadowStyle
    fillStyle
    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