PathGeometry 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
PathGeometry 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| PathGeometry() |
PathGeometry 클래스의 새 인스턴스를 초기화합니다. |
| PathGeometry(IEnumerable<PathFigure>) |
지정된 클래스를 사용하여 클래스의 PathGeometry 새 인스턴스를 초기화합니다 Figures. |
| PathGeometry(IEnumerable<PathFigure>, FillRule, Transform) |
지정된 및 .을 사용하여 클래스의 PathGeometry 새 인스턴스를 FiguresFillRule초기화합니다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 새 인스턴스를 FiguresFillRule초기화합니다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