Nevron.Diagram Namespace / NRectangleShape Class / NRectangleShape Constructor / NRectangleShape Constructor(NPointF,NPointF,NPointF,NPointF)


In This Topic
    NRectangleShape Constructor(NPointF,NPointF,NPointF,NPointF)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal corner1 As NPointF, _
       ByVal corner2 As NPointF, _
       ByVal corner3 As NPointF, _
       ByVal corner4 As NPointF _
    )
    'Usage
     
    
    Dim corner1 As NPointF
    Dim corner2 As NPointF
    Dim corner3 As NPointF
    Dim corner4 As NPointF
     
    Dim instance As New NRectangleShape(corner1, corner2, corner3, corner4)
    public NRectangleShape( 
       NPointF corner1,
       NPointF corner2,
       NPointF corner3,
       NPointF corner4
    )

    Parameters

    corner1
    corner2
    corner3
    corner4
    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