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


In This Topic
    PaintOpenFigureShadow Method
    In This Topic
    Paints the shadow of an open figure
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintOpenFigureShadow( _
       ByVal context As NPaintContext, _
       ByVal path As System.Drawing.Drawing2D.GraphicsPath, _
       ByVal shadowStyle As NShadowStyle, _
       ByVal strokeStyle As NStrokeStyle, _
       ByVal startAHStyle As NArrowheadStyle, _
       ByVal endAHStyle As NArrowheadStyle _
    ) 
    'Usage
     
    
    Dim instance As NPathPrimitive
    Dim context As NPaintContext
    Dim path As System.Drawing.Drawing2D.GraphicsPath
    Dim shadowStyle As NShadowStyle
    Dim strokeStyle As NStrokeStyle
    Dim startAHStyle As NArrowheadStyle
    Dim endAHStyle As NArrowheadStyle
     
    instance.PaintOpenFigureShadow(context, path, shadowStyle, strokeStyle, startAHStyle, endAHStyle)
    protected virtual void PaintOpenFigureShadow( 
       NPaintContext context,
       System.Drawing.Drawing2D.GraphicsPath path,
       NShadowStyle shadowStyle,
       NStrokeStyle strokeStyle,
       NArrowheadStyle startAHStyle,
       NArrowheadStyle endAHStyle
    )

    Parameters

    context
    path
    shadowStyle
    strokeStyle
    startAHStyle
    endAHStyle
    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