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

當這個方法傳回時,會包含正切向量。 這個參數會以未初始化的狀態傳遞。

屬性

適用於