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
會決定曲線近似程度。