Nevron.Diagram Namespace / NArrowheadShapeStencil Class / PaintArrowheadShadow Method


PaintArrowheadShadow Method
Syntax
'Declaration
 
Public Overridable Sub PaintArrowheadShadow( _
   ByVal context As NPaintContext, _
   ByVal style As NArrowheadStyle, _
   ByVal shadowStyle As NShadowStyle, _
   ByVal location As NPointF, _
   ByVal orientation As System.Single _
) 
 
'Usage
 
Dim instance As NArrowheadShapeStencil
Dim context As NPaintContext
Dim style As NArrowheadStyle
Dim shadowStyle As NShadowStyle
Dim location As NPointF
Dim orientation As System.Single
 
instance.PaintArrowheadShadow(context, style, shadowStyle, location, orientation)

Parameters

context
style
shadowStyle
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