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

Definição

Obtém o Point e um vetor tangente sobre isto PathGeometry na fração especificada do 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 este método retorna, contém a localização neste PathGeometry na fração especificada do seu comprimento. Este parâmetro é passado sem inicializar.

tangent
Point

Quando este método retorna, contém o vetor tangente. Este parâmetro é passado sem inicializar.

Atributos

Aplica-se a