PathGeometry 생성자

정의

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>

FiguresPathGeometry 내용을 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>

FiguresPathGeometry 내용을 Path설명하는 것입니다.

transform
Transform

Transform 적용된 변환을 지정하는 형식입니다.

적용 대상