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


In This Topic
    MeasureClosedFigureDirtyInflate Method
    In This Topic
    Measures the dirty inflate of a closed figure, if it is going the be displayed with the specified styles
    Syntax
    'Declaration
     
    
    Public Shared Function MeasureClosedFigureDirtyInflate( _
       ByVal lengthConverter As NLengthConverter, _
       ByVal shadowStyle As NShadowStyle, _
       ByVal strokeStyle As NStrokeStyle, _
       ByVal fillStyle As NFillStyle _
    ) As NSizeF
    'Usage
     
    
    Dim lengthConverter As NLengthConverter
    Dim shadowStyle As NShadowStyle
    Dim strokeStyle As NStrokeStyle
    Dim fillStyle As NFillStyle
    Dim value As NSizeF
     
    value = NPathPrimitive.MeasureClosedFigureDirtyInflate(lengthConverter, shadowStyle, strokeStyle, fillStyle)
    public static NSizeF MeasureClosedFigureDirtyInflate( 
       NLengthConverter lengthConverter,
       NShadowStyle shadowStyle,
       NStrokeStyle strokeStyle,
       NFillStyle fillStyle
    )

    Parameters

    lengthConverter
    shadowStyle
    strokeStyle
    fillStyle
    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