Nevron .NET Vision
Nevron.Diagram Namespace / NArrowheadShapeStencil Class / PaintArrowheadShadow Method
paint context
arrowhead style to use
arrowhead shadow to use
location (in world coordinates)
orienation of the arrowhead


In This Topic
    PaintArrowheadShadow Method
    In This Topic
    Paints an arrowhead shadow in the specified context
    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)
    public virtual void PaintArrowheadShadow( 
       NPaintContext context,
       NArrowheadStyle style,
       NShadowStyle shadowStyle,
       NPointF location,
       System.float orientation
    )

    Parameters

    context
    paint context
    style
    arrowhead style to use
    shadowStyle
    arrowhead shadow to use
    location
    location (in world coordinates)
    orientation
    orienation of the arrowhead

    Return Value

    true if the arrowhead was successfully painted, otherwise false
    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