PathFigureCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 PathFigureCollection 类的新实例。
重载
PathFigureCollection() |
初始化 PathFigureCollection 类的新实例。 |
PathFigureCollection(IEnumerable<PathFigure>) |
初始化包含指定 PathFigureCollection 对象的 PathFigure 类的新实例。 |
PathFigureCollection(Int32) |
初始化最初可能包含指定数量的 PathFigureCollection 对象的 PathFigure 类的新实例。 |
PathFigureCollection()
初始化 PathFigureCollection 类的新实例。
public:
PathFigureCollection();
public PathFigureCollection ();
Public Sub New ()
适用于
PathFigureCollection(IEnumerable<PathFigure>)
初始化包含指定 PathFigureCollection 对象的 PathFigure 类的新实例。
public:
PathFigureCollection(System::Collections::Generic::IEnumerable<System::Windows::Media::PathFigure ^> ^ collection);
public PathFigureCollection (System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure> collection);
new System.Windows.Media.PathFigureCollection : seq<System.Windows.Media.PathFigure> -> System.Windows.Media.PathFigureCollection
Public Sub New (collection As IEnumerable(Of PathFigure))
参数
- collection
- IEnumerable<PathFigure>
PathFigure 对象的集合,这些对象共同构成了 Path 的几何图形。
例外
collection
为 null
。
适用于
PathFigureCollection(Int32)
初始化最初可能包含指定数量的 PathFigureCollection 对象的 PathFigure 类的新实例。
public:
PathFigureCollection(int capacity);
public PathFigureCollection (int capacity);
new System.Windows.Media.PathFigureCollection : int -> System.Windows.Media.PathFigureCollection
Public Sub New (capacity As Integer)
参数
- capacity
- Int32
此 PathFigureCollection 的初始容量。