Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NStroke Class / GetDirtyPaintInflate Method


In This Topic
    GetDirtyPaintInflate Method
    In This Topic
    Gets the maximum area around a geometry that can be affected by this stoke style, if the geometry is stroked with it.
    Syntax
    'Declaration
     
    
    Public Function GetDirtyPaintInflate() As System.Double
    'Usage
     
    
    Dim instance As NStroke
    Dim value As System.Double
     
    value = instance.GetDirtyPaintInflate()
    public System.double GetDirtyPaintInflate()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also