PathGeometry.GetPointAtFractionLength(Double, Point, Point) メソッド

定義

この 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

このメソッドから制御が戻ると、接線ベクターが格納されます。 このパラメーターは初期化せずに渡されます。

属性

適用対象