Nevron.Diagram Namespace / NBridgeManager Class / CreateBridgedPath Method


CreateBridgedPath Method
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)

Parameters

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