LineSegment.EndPointF 属性

定义

获取线段的终点。

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

属性值

PointF

线段的终点。

适用于