Nevron .NET Vision
Nevron.Diagram Namespace / NArrowheadShape Class / NArrowheadShape Constructor / NArrowheadShape Constructor(ArrowheadShape,NRectangleF)


In This Topic
    NArrowheadShape Constructor(ArrowheadShape,NRectangleF)
    In This Topic
    Initializes a predefined arrowhead shape
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shape As ArrowheadShape, _
       ByVal bounds As NRectangleF _
    )
    'Usage
     
    
    Dim shape As ArrowheadShape
    Dim bounds As NRectangleF
     
    Dim instance As New NArrowheadShape(shape, bounds)
    public NArrowheadShape( 
       ArrowheadShape shape,
       NRectangleF bounds
    )

    Parameters

    shape
    bounds
    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