PathGeometry 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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입니다.