'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