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


In This Topic
    PaintArrowheadAppearance Method
    In This Topic
    Paints an arrowhead appearance in the specified context
    Syntax
    'Declaration
     
    
    Public Overridable Sub PaintArrowheadAppearance( _
       ByVal context As NPaintContext, _
       ByVal style As NArrowheadStyle, _
       ByVal location As NPointF, _
       ByVal orientation As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NArrowheadShapeStencil
    Dim context As NPaintContext
    Dim style As NArrowheadStyle
    Dim location As NPointF
    Dim orientation As System.Single
     
    instance.PaintArrowheadAppearance(context, style, location, orientation)
    public virtual void PaintArrowheadAppearance( 
       NPaintContext context,
       NArrowheadStyle style,
       NPointF location,
       System.float orientation
    )

    Parameters

    context
    paint context
    style
    arrowhead style 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