LineSegment.EndPointF 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 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.