Nevron.Diagram Namespace / NArrowheadShapeStencil Class / PaintArrowheadAppearance Method


In This Topic
    PaintArrowheadAppearance Method
    In This Topic
    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
    style
    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