Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLineSegmentF Structure / InflateEnd Method
The increment to apply.


In This Topic
    InflateEnd Method
    In This Topic
    Inflates a line segment from its end point.
    Syntax
    'Declaration
     
    
    Public Sub InflateEnd( _
       ByVal increment As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NLineSegmentF
    Dim increment As System.Single
     
    instance.InflateEnd(increment)
    public void InflateEnd( 
       System.float increment
    )

    Parameters

    increment
    The increment to apply.
    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