LineSegment.StartPointF 属性

定义

获取线段的起点。

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

属性值

PointF

线段的起点。

适用于