LineSegment.StartPointF Property

Definition

Gets the starting point of the line segment.

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

Property Value

Line segment's starting point.

Applies to