PathGeometry.GetPointAtFractionLength(Double, Point, Point) Methode

Definition

Ruft den Point und einen Tangentenvektor in dieser PathGeometry beim angegebenen Bruchteil ihrer Länge ab.

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)

Parameter

progress
Double

Der Bruchteil der Länge für diese PathGeometry.

point
Point

Enthält nach dem Beenden dieser Methode die Position in dieser PathGeometry beim angegebenen Bruchteil ihrer Länge. Dieser Parameter wird nicht initialisiert übergeben.

tangent
Point

Enthält nach dem Beenden dieser Methode den Tangentenvektor. Dieser Parameter wird nicht initialisiert übergeben.

Attribute

Gilt für