PathGeometry 생성자

정의

PathGeometry 클래스의 새 인스턴스를 초기화합니다.

오버로드

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의 내용을 설명하는 PathGeometryPath입니다.

적용 대상

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의 내용을 설명하는 PathGeometryPath입니다.

fillRule
FillRule

FillRulePathGeometry입니다.

transform
Transform

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

적용 대상