Nevron .NET Vision
Nevron.Diagram Namespace / NPathPrimitive Class / MeasureOpenFigureDirtyInflate Method


In This Topic
    MeasureOpenFigureDirtyInflate Method
    In This Topic
    Measures the dirty inflate of an open figure, if it is going the be displayed with the specified styles
    Syntax
    'Declaration
     
    
    Public Shared Function MeasureOpenFigureDirtyInflate( _
       ByVal lengthConverter As NLengthConverter, _
       ByVal shadowStyle As NShadowStyle, _
       ByVal strokeStyle As NStrokeStyle, _
       ByVal startAHStyle As NArrowheadStyle, _
       ByVal endAHStyle As NArrowheadStyle, _
       ByVal bridgeSize As NSizeL _
    ) As NSizeF
    'Usage
     
    
    Dim lengthConverter As NLengthConverter
    Dim shadowStyle As NShadowStyle
    Dim strokeStyle As NStrokeStyle
    Dim startAHStyle As NArrowheadStyle
    Dim endAHStyle As NArrowheadStyle
    Dim bridgeSize As NSizeL
    Dim value As NSizeF
     
    value = NPathPrimitive.MeasureOpenFigureDirtyInflate(lengthConverter, shadowStyle, strokeStyle, startAHStyle, endAHStyle, bridgeSize)

    Parameters

    lengthConverter
    shadowStyle
    strokeStyle
    startAHStyle
    endAHStyle
    bridgeSize
    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