PathFigure.GetFlattenedPathFigure 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 PathFigure 对象,它是该 PathFigure 对象的多边形近似。
重载
GetFlattenedPathFigure() |
获取一个 PathFigure 对象,它是该 PathFigure 对象的多边形近似。 |
GetFlattenedPathFigure(Double, ToleranceType) |
在指定的容错范围内获取一个 PathFigure 对象,容错是此 PathFigure 对象的多边形近似。 |
注解
平展过程对于动画和曲线段参数是丢失的。
GetFlattenedPathFigure()
获取一个 PathFigure 对象,它是该 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
返回
该 PathFigure 对象的多边形近似。
注解
平展过程对于动画和曲线段参数是丢失的。
适用于
GetFlattenedPathFigure(Double, ToleranceType)
在指定的容错范围内获取一个 PathFigure 对象,容错是此 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
参数
- tolerance
- Double
计算的容错。
- type
- ToleranceType
指定解释容错的方式。
返回
该 PathFigure 对象的多边形近似。
注解
平展过程对于动画和曲线段参数是丢失的。
tolerance
确定曲线近似程度。