'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