PathFigure.GetFlattenedPathFigure Methode

Definition

Ruft ein PathFigure-Objekt ab, das eine polygonale Approximation dieses PathFigure-Objekts ist.

Überlädt

GetFlattenedPathFigure()

Ruft ein PathFigure-Objekt ab, das eine polygonale Approximation dieses PathFigure-Objekts ist.

GetFlattenedPathFigure(Double, ToleranceType)

Ruft ein PathFigure-Objekt innerhalb des angegebenen Toleranzfehlers ab, das eine polygonale Approximation dieses PathFigure-Objekts ist.

Hinweise

Der Abschlämmungsprozess ist in Bezug auf Animations- und Kurvensegmentparameter verloren.

GetFlattenedPathFigure()

Ruft ein PathFigure-Objekt ab, das eine polygonale Approximation dieses PathFigure-Objekts ist.

public:
 System::Windows::Media::PathFigure ^ GetFlattenedPathFigure();
public System.Windows.Media.PathFigure GetFlattenedPathFigure ();
member this.GetFlattenedPathFigure : unit -> System.Windows.Media.PathFigure
Public Function GetFlattenedPathFigure () As PathFigure

Gibt zurück

PathFigure

Die polygonale Approximation dieses PathFigure-Objekts.

Hinweise

Der Abschlämmungsprozess ist in Bezug auf Animations- und Kurvensegmentparameter verloren.

Gilt für

GetFlattenedPathFigure(Double, ToleranceType)

Ruft ein PathFigure-Objekt innerhalb des angegebenen Toleranzfehlers ab, das eine polygonale Approximation dieses PathFigure-Objekts ist.

public:
 System::Windows::Media::PathFigure ^ GetFlattenedPathFigure(double tolerance, System::Windows::Media::ToleranceType type);
public System.Windows.Media.PathFigure GetFlattenedPathFigure (double tolerance, System.Windows.Media.ToleranceType type);
member this.GetFlattenedPathFigure : double * System.Windows.Media.ToleranceType -> System.Windows.Media.PathFigure
Public Function GetFlattenedPathFigure (tolerance As Double, type As ToleranceType) As PathFigure

Parameter

tolerance
Double

Die Fehlertoleranz.

type
ToleranceType

Gibt an, wie der Toleranzfehler interpretiert wird.

Gibt zurück

PathFigure

Die polygonale Approximation dieses PathFigure-Objekts.

Hinweise

Der Abschlämmungsprozess ist in Bezug auf Animations- und Kurvensegmentparameter verloren.

tolerance bestimmt, wie genau die Kurve ungefähr ist.

Gilt für