Nevron .NET Vision
Nevron.Diagram Namespace / NBoxPrimitive Class / MeasureDirtyInflate Method


In This Topic
    MeasureDirtyInflate Method (NBoxPrimitive)
    In This Topic
    Measures the dirty inflate of the text if it is going to be displayed with the specified text style
    Syntax
    'Declaration
     
    
    Protected Overridable Function MeasureDirtyInflate( _
       ByVal lengthConverter As NLengthConverter, _
       ByVal strokeStyle As NStrokeStyle, _
       ByVal fillStyle As NFillStyle, _
       ByVal shadowStyle As NShadowStyle _
    ) As NSizeF
    'Usage
     
    
    Dim instance As NBoxPrimitive
    Dim lengthConverter As NLengthConverter
    Dim strokeStyle As NStrokeStyle
    Dim fillStyle As NFillStyle
    Dim shadowStyle As NShadowStyle
    Dim value As NSizeF
     
    value = instance.MeasureDirtyInflate(lengthConverter, strokeStyle, fillStyle, shadowStyle)
    protected virtual NSizeF MeasureDirtyInflate( 
       NLengthConverter lengthConverter,
       NStrokeStyle strokeStyle,
       NFillStyle fillStyle,
       NShadowStyle shadowStyle
    )

    Parameters

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