PathGeometry.GetPointAtFractionLength(Double, Point, Point) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この Point の長さに対して指定した分数に基づいて、PathGeometry と接線ベクターを取得します。
public:
void GetPointAtFractionLength(double progress, [Runtime::InteropServices::Out] System::Windows::Point % point, [Runtime::InteropServices::Out] System::Windows::Point % tangent);
[System.Security.SecurityCritical]
public void GetPointAtFractionLength (double progress, out System.Windows.Point point, out System.Windows.Point tangent);
public void GetPointAtFractionLength (double progress, out System.Windows.Point point, out System.Windows.Point tangent);
[<System.Security.SecurityCritical>]
member this.GetPointAtFractionLength : double * Point * Point -> unit
member this.GetPointAtFractionLength : double * Point * Point -> unit
Public Sub GetPointAtFractionLength (progress As Double, ByRef point As Point, ByRef tangent As Point)
パラメーター
- progress
- Double
この PathGeometry の長さに対する分数。
- point
- Point
このメソッドから制御が戻ると、PathGeometry の長さに対して指定した分数に基づく場所が格納されます。 このパラメーターは初期化せずに渡されます。
- tangent
- Point
このメソッドから制御が戻ると、接線ベクターが格納されます。 このパラメーターは初期化せずに渡されます。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET