Nevron.Diagram Namespace / NPointShape Class / NPointShape Constructor / NPointShape Constructor(PointShape,NRectangleF)


In This Topic
    NPointShape Constructor(PointShape,NRectangleF)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shape As PointShape, _
       ByVal bounds As NRectangleF _
    )
    'Usage
     
    
    Dim shape As PointShape
    Dim bounds As NRectangleF
     
    Dim instance As New NPointShape(shape, bounds)
    public NPointShape( 
       PointShape 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