'Declaration
Public Sub PaintPathShadow( _ ByVal interiorShadowStyle As NShadowStyle, _ ByVal borderShadowStyle As NShadowStyle, _ ByVal borderStrokeStyle As NStrokeStyle, _ ByVal path As System.Drawing.Drawing2D.GraphicsPath _ )
'Usage
Dim instance As NGraphics Dim interiorShadowStyle As NShadowStyle Dim borderShadowStyle As NShadowStyle Dim borderStrokeStyle As NStrokeStyle Dim path As System.Drawing.Drawing2D.GraphicsPath instance.PaintPathShadow(interiorShadowStyle, borderShadowStyle, borderStrokeStyle, path)
public void PaintPathShadow( NShadowStyle interiorShadowStyle, NShadowStyle borderShadowStyle, NStrokeStyle borderStrokeStyle, System.Drawing.Drawing2D.GraphicsPath path )
Parameters
- interiorShadowStyle
- borderShadowStyle
- borderStrokeStyle
- path