LineSegment.EndPointF Property

Definition

Gets the end point of the line segment.

public:
 property System::Drawing::PointF EndPointF { System::Drawing::PointF get(); };
public System.Drawing.PointF EndPointF { get; }
member this.EndPointF : System.Drawing.PointF
Public ReadOnly Property EndPointF As PointF

Property Value

Line segment's end point.

Applies to