Point2D.ProjectTo Method

Project this point onto a 2D segment.
Public Function ProjectTo( _ 
ByVal seg As Segment2D
) As Point2D
This language is not supported or no code example is available.
public Point2D ProjectTo( 
Segment2D seg 
)
This language is not supported or no code example is available.

Parameters

seg
Segment2D

The 2D segment

Return Value

Point2D

The projected point.

.NET Framework

Supported in: 4.8

In this article

Definition