Nevron.Diagram Namespace / NBoxPrimitive Class / MeasureDirtyInflate Method


MeasureDirtyInflate Method (NBoxPrimitive)
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)

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