PathGeometry Конструкторы

Определение

Инициализирует новый экземпляр класса PathGeometry.

Перегрузки

PathGeometry()

Инициализирует новый экземпляр класса PathGeometry.

PathGeometry(IEnumerable<PathFigure>)

Инициализирует новый экземпляр класса PathGeometry указанным значением Figures.

PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)

Инициализирует новый экземпляр класса PathGeometry с указанными свойствами Figures, FillRule и Transform.

PathGeometry()

Инициализирует новый экземпляр класса PathGeometry.

public:
 PathGeometry();
public PathGeometry ();
Public Sub New ()

Применяется к

PathGeometry(IEnumerable<PathFigure>)

Инициализирует новый экземпляр класса PathGeometry указанным значением Figures.

public:
 PathGeometry(System::Collections::Generic::IEnumerable<System::Windows::Media::PathFigure ^> ^ figures);
public PathGeometry (System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure> figures);
new System.Windows.Media.PathGeometry : seq<System.Windows.Media.PathFigure> -> System.Windows.Media.PathGeometry
Public Sub New (figures As IEnumerable(Of PathFigure))

Параметры

figures
IEnumerable<PathFigure>

Свойство Figures объекта PathGeometry, определяющее содержимое Path.

Применяется к

PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)

Инициализирует новый экземпляр класса PathGeometry с указанными свойствами Figures, FillRule и Transform.

public:
 PathGeometry(System::Collections::Generic::IEnumerable<System::Windows::Media::PathFigure ^> ^ figures, System::Windows::Media::FillRule fillRule, System::Windows::Media::Transform ^ transform);
public PathGeometry (System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure> figures, System.Windows.Media.FillRule fillRule, System.Windows.Media.Transform transform);
new System.Windows.Media.PathGeometry : seq<System.Windows.Media.PathFigure> * System.Windows.Media.FillRule * System.Windows.Media.Transform -> System.Windows.Media.PathGeometry
Public Sub New (figures As IEnumerable(Of PathFigure), fillRule As FillRule, transform As Transform)

Параметры

figures
IEnumerable<PathFigure>

Свойство Figures объекта PathGeometry, определяющее содержимое Path.

fillRule
FillRule

FillRule выражения PathGeometry.

transform
Transform

Свойство Transform, задающее применяемое преобразование.

Применяется к