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

Definição

Obtém o Point e um vetor de tangente neste PathGeometry na fração especificada de seu tamanho.

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 tamanho deste PathGeometry.

point
Point

Quando esse método é retornado, contém o local neste PathGeometry na fração especificada de seu tamanho. Este parâmetro é passado não inicializado.

tangent
Point

Quando esse método é retornado, contém o vetor de tangente. Este parâmetro é passado não inicializado.

Atributos

Aplica-se a