PathFigure 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 PathFigure 类的新实例。
重载
PathFigure() |
初始化 PathFigure 类的新实例。 |
PathFigure(Point, IEnumerable<PathSegment>, Boolean) |
用指定的 PathFigure、StartPoint 和 Segments 值初始化 IsClosed 类的新实例。 |
PathFigure()
PathFigure(Point, IEnumerable<PathSegment>, Boolean)
用指定的 PathFigure、StartPoint 和 Segments 值初始化 IsClosed 类的新实例。
public:
PathFigure(System::Windows::Point start, System::Collections::Generic::IEnumerable<System::Windows::Media::PathSegment ^> ^ segments, bool closed);
public PathFigure (System.Windows.Point start, System.Collections.Generic.IEnumerable<System.Windows.Media.PathSegment> segments, bool closed);
new System.Windows.Media.PathFigure : System.Windows.Point * seq<System.Windows.Media.PathSegment> * bool -> System.Windows.Media.PathFigure
Public Sub New (start As Point, segments As IEnumerable(Of PathSegment), closed As Boolean)
参数
- start
- Point
- segments
- IEnumerable<PathSegment>
- closed
- Boolean