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

Definición

Obtiene Point y un vector tangente en este objeto PathGeometry en la fracción especificada de su longitud.

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)

Parámetros

progress
Double

Fracción de la longitud de este objeto PathGeometry.

point
Point

Cuando este método devuelve, contiene la ubicación en este objeto PathGeometry en la fracción especificada de su longitud. Este parámetro se pasa sin inicializar.

tangent
Point

Cuando este método devuelve, contiene el vector tangente. Este parámetro se pasa sin inicializar.

Atributos

Se aplica a