LineSegment.StartPointF Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.