PathFigure.GetFlattenedPathFigure Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene un objeto PathFigure que es una aproximación poligonal de este objeto PathFigure.
Sobrecargas
GetFlattenedPathFigure() |
Obtiene un objeto PathFigure que es una aproximación poligonal de este objeto PathFigure. |
GetFlattenedPathFigure(Double, ToleranceType) |
Obtiene un objeto PathFigure, dentro del error de tolerancia especificado, que es una aproximación poligonal de este objeto PathFigure. |
Comentarios
El proceso de aplanamiento es pérdida con respecto a los parámetros de segmento de animación y curva.
GetFlattenedPathFigure()
Obtiene un objeto PathFigure que es una aproximación poligonal de este objeto PathFigure.
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
Devoluciones
Aproximación poligonal de este objeto PathFigure.
Comentarios
El proceso de aplanamiento es pérdida con respecto a los parámetros de segmento de animación y curva.
Se aplica a
GetFlattenedPathFigure(Double, ToleranceType)
Obtiene un objeto PathFigure, dentro del error de tolerancia especificado, que es una aproximación poligonal de este objeto PathFigure.
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
Parámetros
- tolerance
- Double
Tolerancia computacional de error.
- type
- ToleranceType
Especifica cómo se interpretará el error de tolerancia.
Devoluciones
Aproximación poligonal de este objeto PathFigure.
Comentarios
El proceso de aplanamiento es pérdida con respecto a los parámetros de segmento de animación y curva.
tolerance
determina la aproximación de la curva.