Nevron.Diagram Namespace / NArrowheadShape Class / PaintShadow Method


PaintShadow Method (NArrowheadShape)
Syntax
'Declaration
 
Public Sub PaintShadow( _
   ByVal context As NPaintContext, _
   ByVal shadowStyle As NShadowStyle, _
   ByVal strokeStyle As NStrokeStyle, _
   ByVal fillStyle As NFillStyle, _
   ByRef size As NSizeL, _
   ByRef location As NPointF, _
   ByVal orientation As System.Single _
) 
 
'Usage
 
Dim instance As NArrowheadShape
Dim context As NPaintContext
Dim shadowStyle As NShadowStyle
Dim strokeStyle As NStrokeStyle
Dim fillStyle As NFillStyle
Dim size As NSizeL
Dim location As NPointF
Dim orientation As System.Single
 
instance.PaintShadow(context, shadowStyle, strokeStyle, fillStyle, size, location, orientation)

Parameters

context
shadowStyle
strokeStyle
fillStyle
size
location
orientation
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