Nevron .NET Vision
Nevron.Diagram Namespace / NBridgeStyle Class / NBridgeStyle Constructor / NBridgeStyle Constructor(BridgeShape,NSizeL)
bridges shape
bridges size


In This Topic
    NBridgeStyle Constructor(BridgeShape,NSizeL)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shape As BridgeShape, _
       ByVal size As NSizeL _
    )
    'Usage
     
    
    Dim shape As BridgeShape
    Dim size As NSizeL
     
    Dim instance As New NBridgeStyle(shape, size)
    public NBridgeStyle( 
       BridgeShape shape,
       NSizeL size
    )

    Parameters

    shape
    bridges shape
    size
    bridges size
    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