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
は、曲線の近似値を決定します。
適用対象
.NET