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


In This Topic
    PaintOpenFigureAppearance Method
    In This Topic
    Paints the appearance of an open figure
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintOpenFigureAppearance( _
       ByVal context As NPaintContext, _
       ByVal path As System.Drawing.Drawing2D.GraphicsPath, _
       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 strokeStyle As NStrokeStyle
    Dim startAHStyle As NArrowheadStyle
    Dim endAHStyle As NArrowheadStyle
     
    instance.PaintOpenFigureAppearance(context, path, strokeStyle, startAHStyle, endAHStyle)
    protected virtual void PaintOpenFigureAppearance( 
       NPaintContext context,
       System.Drawing.Drawing2D.GraphicsPath path,
       NStrokeStyle strokeStyle,
       NArrowheadStyle startAHStyle,
       NArrowheadStyle endAHStyle
    )

    Parameters

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