Nevron.Diagram Namespace / NPathPrimitive Class / PaintOpenFigureAppearance Method


PaintOpenFigureAppearance Method
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)

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