SegmentGrid.Traverse (Point2d, Vector2d, Func<Line2dInt32Int32Boolean>) Method

Public Sub Traverse( _ 
ByVal start As Point2d, _ 
ByVal dir As Vector2d, _ 
ByVal callback As Func(Of Line2d, Integer, Integer, Boolean) _ 
)
This language is not supported or no code example is available.
public void Traverse( 
Point2d start
Vector2d dir
Func<Line2d, int, int, bool> callback 
)
This language is not supported or no code example is available.
public:  
void Traverse( 
Point2d^ start
Vector2d^ dir
Func<Line2d^, int, int, bool>^ callback 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

start
Point2d

dir
Vector2d

callback
Func<Line2d, int, int, bool>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition