ArcSegment.Point 属性

定义

获取或设置椭圆弧的终结点。

public:
 property Point Point { Point get(); void set(Point value); };
Point Point();

void Point(Point value);
public Point Point { get; set; }
var point = arcSegment.point;
arcSegment.point = point;
Public Property Point As Point
<ArcSegment Point="x,y"/>

属性值

绘制弧将通过的点。 默认值为值为 0,0 的

适用于