Nevron.GraphicsCore Namespace / NPolygonF Class / GetLongestLine Method / GetLongestLine(Single,Single,NLineSegmentF) Method


GetLongestLine(Single,Single,NLineSegmentF) Method
Syntax
'Declaration
 
Public Overloads Function GetLongestLine( _
   ByVal step As System.Single, _
   ByVal minDistanceToSides As System.Single, _
   ByRef longestLine As NLineSegmentF _
) As System.Boolean
 
'Usage
 
Dim instance As NPolygonF
Dim step As System.Single
Dim minDistanceToSides As System.Single
Dim longestLine As NLineSegmentF
Dim value As System.Boolean
 
value = instance.GetLongestLine(step, minDistanceToSides, longestLine)

Parameters

step
minDistanceToSides
longestLine
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