LineSegment.CenterPoint 属性

定义

获取线段的中心点。

public:
 property Microsoft::VisualStudio::Modeling::Diagrams::PointD CenterPoint { Microsoft::VisualStudio::Modeling::Diagrams::PointD get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.PointD CenterPoint { get; }
member this.CenterPoint : Microsoft.VisualStudio.Modeling.Diagrams.PointD
Public ReadOnly Property CenterPoint As PointD

属性值

PointD

线段的中心点。

适用于