Nevron .NET Vision
Nevron.Diagram Namespace / NBridgeManager Class / CreateBridgedPath Method
bridgeable primitive for which to create bridged path
targets for bridging
bridges shape
bridges size


In This Topic
    CreateBridgedPath Method
    In This Topic
    Creates a bridged path for the specified bridgeable primitive
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateBridgedPath( _
       ByVal primitive As INBridgeablePath, _
       ByVal targets As BridgeTargets, _
       ByVal shape As BridgeShape, _
       ByVal size As NSizeF, _
       ByVal cornerRounding As System.Single _
    ) As System.Drawing.Drawing2D.GraphicsPath
    'Usage
     
    
    Dim instance As NBridgeManager
    Dim primitive As INBridgeablePath
    Dim targets As BridgeTargets
    Dim shape As BridgeShape
    Dim size As NSizeF
    Dim cornerRounding As System.Single
    Dim value As System.Drawing.Drawing2D.GraphicsPath
     
    value = instance.CreateBridgedPath(primitive, targets, shape, size, cornerRounding)
    public virtual System.Drawing.Drawing2D.GraphicsPath CreateBridgedPath( 
       INBridgeablePath primitive,
       BridgeTargets targets,
       BridgeShape shape,
       NSizeF size,
       System.float cornerRounding
    )

    Parameters

    primitive
    bridgeable primitive for which to create bridged path
    targets
    targets for bridging
    shape
    bridges shape
    size
    bridges size
    cornerRounding

    Return Value

    bridged path, or null if such cannot be created
    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