Nevron.Diagram.Bridging Namespace / NBridgeablePaintInfo Class / NeedsRecreation Method


NeedsRecreation Method
Syntax
'Declaration
 
Public Function NeedsRecreation( _
   ByVal shape As BridgeShape, _
   ByVal targets As BridgeTargets, _
   ByVal size As NSizeF, _
   ByVal cornerRounding As System.Single _
) As System.Boolean
 
'Usage
 
Dim instance As NBridgeablePaintInfo
Dim shape As BridgeShape
Dim targets As BridgeTargets
Dim size As NSizeF
Dim cornerRounding As System.Single
Dim value As System.Boolean
 
value = instance.NeedsRecreation(shape, targets, size, cornerRounding)

Parameters

shape
targets
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