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


In This Topic
    NeedsRecreation Method
    In This Topic
    Determines whether the info needs to be recreated
    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)
    public System.bool NeedsRecreation( 
       BridgeShape shape,
       BridgeTargets targets,
       NSizeF size,
       System.float 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