PathGeometry.GetPointAtFractionLength(Double, Point, Point) Méthode

Définition

Obtient le Point vecteur tangent sur celui-ci PathGeometry à la fraction spécifiée de sa longueur.

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)

Paramètres

progress
Double

Fraction de la longueur de ce PathGeometry.

point
Point

Lorsque cette méthode est retournée, contient l’emplacement sur celui-ci PathGeometry à la fraction spécifiée de sa longueur. Ce paramètre est passé non initialisé.

tangent
Point

Lorsque cette méthode est retournée, contient le vecteur tangent. Ce paramètre est passé non initialisé.

Attributs

S’applique à