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

Definição

Obtém o Point vetor e um vetor tangente sobre isso PathGeometry na fração especificada de seu comprimento.

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

A fração do comprimento deste PathGeometry.

point
Point

Quando esse método é retornado, contém o local sobre isso PathGeometry na fração especificada de seu comprimento. Esse parâmetro é passado sem inicialização.

tangent
Point

Quando esse método é retornado, contém o vetor tangente. Esse parâmetro é passado sem inicialização.

Atributos

Aplica-se a