Returns just the first intersection point

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Function HitRectangle ( _
	_rect As Rectangle _
) As Vector3
C#
public Vector3 HitRectangle(
	Rectangle _rect
)
Visual C++
public:
Vector3 HitRectangle(
	Rectangle _rect
)
JavaScript
function hitRectangle(_rect);

Parameters

_rect
Type: System.Drawing..::.Rectangle
Rectangle

Return Value

Intersection Point

See Also