PathGeometry.GetPointAtFractionLength(Double, Point, Point) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le Point et un vecteur tangent sur ce 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 ce PathGeometry à la fraction spécifiée de sa longueur. Ce paramètre est passé sans être initialisé.
- tangent
- Point
Lorsque cette méthode est retournée, contient le vecteur tangent. Ce paramètre est passé sans être initialisé.
- Attributs