Nevron.GraphicsCore Namespace / NGraphics Class / PaintPathShadow Method


PaintPathShadow Method
Syntax
'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)

Parameters

interiorShadowStyle
borderShadowStyle
borderStrokeStyle
path
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