PathGeometry Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
PathGeometry sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| PathGeometry() |
PathGeometry sınıfının yeni bir örneğini başlatır. |
| PathGeometry(IEnumerable<PathFigure>) |
belirtilen PathGeometryile sınıfının yeni bir örneğini Figures başlatır. |
| PathGeometry(IEnumerable<PathFigure>, FillRule, Transform) |
Belirtilen PathGeometry, Figuresve FillRuleile sınıfının yeni bir örneğini Transform başlatır. |
PathGeometry()
PathGeometry sınıfının yeni bir örneğini başlatır.
public:
PathGeometry();
public PathGeometry();
Public Sub New ()
Şunlara uygulanır
PathGeometry(IEnumerable<PathFigure>)
belirtilen PathGeometryile sınıfının yeni bir örneğini Figures başlatır.
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))
Parametreler
- figures
- IEnumerable<PathFigure>
Figures öğesinin PathGeometry içeriğini Pathaçıklar.
Şunlara uygulanır
PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)
Belirtilen PathGeometry, Figuresve FillRuleile sınıfının yeni bir örneğini Transform başlatır.
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)
Parametreler
- figures
- IEnumerable<PathFigure>
Figures öğesinin PathGeometry içeriğini Pathaçıklar.
- fillRule
- FillRule