Sdílet prostřednictvím


PathGeometry Konstruktory

Definice

Inicializuje novou instanci PathGeometry třídy.

Přetížení

PathGeometry()

Inicializuje novou instanci PathGeometry třídy.

PathGeometry(IEnumerable<PathFigure>)

Inicializuje novou instanci PathGeometry třídy se zadaným Figures.

PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)

Inicializuje novou instanci PathGeometry třídy se zadaným Figures, FillRulea Transform.

PathGeometry()

Inicializuje novou instanci PathGeometry třídy.

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

Platí pro

PathGeometry(IEnumerable<PathFigure>)

Inicializuje novou instanci PathGeometry třídy se zadaným 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))

Parametry

Platí pro

PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)

Inicializuje novou instanci PathGeometry třídy se zadaným Figures, FillRulea 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)

Parametry

transform
Transform

Určuje Transform použitou transformaci.

Platí pro