Udostępnij za pośrednictwem


PathFigure.GetFlattenedPathFigure Metoda

Definicja

PathFigure Pobiera obiekt, który jest wielokątnym przybliżeniem tego PathFigure obiektu.

Przeciążenia

GetFlattenedPathFigure()

PathFigure Pobiera obiekt, który jest wielokątnym przybliżeniem tego PathFigure obiektu.

GetFlattenedPathFigure(Double, ToleranceType)

PathFigure Pobiera obiekt w ramach określonego błędu tolerancji, czyli wielokątne przybliżenie tego PathFigure obiektu.

Uwagi

Proces spłaszczania jest stratowany w odniesieniu do parametrów animacji i segmentu krzywej.

GetFlattenedPathFigure()

PathFigure Pobiera obiekt, który jest wielokątnym przybliżeniem tego PathFigure obiektu.

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

Zwraca

PathFigure

Wielokątne przybliżenie tego PathFigure obiektu.

Uwagi

Proces spłaszczania jest stratowany w odniesieniu do parametrów animacji i segmentu krzywej.

Dotyczy

GetFlattenedPathFigure(Double, ToleranceType)

PathFigure Pobiera obiekt w ramach określonego błędu tolerancji, czyli wielokątne przybliżenie tego PathFigure obiektu.

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

Parametry

tolerance
Double

Tolerancja obliczeniowa błędu.

type
ToleranceType

Określa sposób interpretowania błędu tolerancji.

Zwraca

PathFigure

Wielokątne przybliżenie tego PathFigure obiektu.

Uwagi

Proces spłaszczania jest stratowany w odniesieniu do parametrów animacji i segmentu krzywej.

tolerance określa, jak ściśle krzywa jest przybliżona.

Dotyczy