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

定義

このPointPathGeometryと接線ベクトルを、指定した長さの分数で取得します。

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

このメソッドが戻るときに、接線ベクトルを格納します。 このパラメーターは初期化せずに渡されます。

属性

適用対象