Nevron.Diagram.Bridging Namespace / NBridgeablePaintInfo Class / NBridgeablePaintInfo Constructor


In This Topic
    NBridgeablePaintInfo Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shape As BridgeShape, _
       ByVal targets As BridgeTargets, _
       ByVal size As NSizeF, _
       ByVal cornerRounding As System.Single, _
       ByVal path As System.Drawing.Drawing2D.GraphicsPath _
    )
    'Usage
     
    
    Dim shape As BridgeShape
    Dim targets As BridgeTargets
    Dim size As NSizeF
    Dim cornerRounding As System.Single
    Dim path As System.Drawing.Drawing2D.GraphicsPath
     
    Dim instance As New NBridgeablePaintInfo(shape, targets, size, cornerRounding, path)
    public NBridgeablePaintInfo( 
       BridgeShape shape,
       BridgeTargets targets,
       NSizeF size,
       System.float cornerRounding,
       System.Drawing.Drawing2D.GraphicsPath path
    )

    Parameters

    shape
    targets
    size
    cornerRounding
    path
    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