Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLineF Structure / GetLineSegment Method


In This Topic
    GetLineSegment Method
    In This Topic
    Gets a line segment lying on the current line, with the specified center and the specified length.
    Syntax
    'Declaration
     
    
    Public Function GetLineSegment( _
       ByVal center As NPointF, _
       ByVal offset As System.Single _
    ) As NLineSegmentF
    'Usage
     
    
    Dim instance As NLineF
    Dim center As NPointF
    Dim offset As System.Single
    Dim value As NLineSegmentF
     
    value = instance.GetLineSegment(center, offset)
    public NLineSegmentF GetLineSegment( 
       NPointF center,
       System.float offset
    )

    Parameters

    center
    offset
    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