Språk

PathGeometry.GetPointAtFractionLength(Double, Point, Point) Metod

Definition

Point Hämtar tangentvektorn och på detta PathGeometry på den angivna bråkdelen av dess längd.

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)

Parametrar

progress
Double

Bråkdelen av längden på den här PathGeometry.

point
Point

När den här metoden returnerar, innehåller platsen på detta PathGeometry på den angivna bråkdelen av dess längd. Den här parametern skickas oinitierad.

tangent
Point

När den här metoden returnerar innehåller tangentvektorn. Den här parametern skickas oinitierad.

Attribut

Gäller för