PathGeometry.GetPointAtFractionLength(Double, Point, Point) Methode

Definition

Ruft den Point Tangensvektor und einen Tangensvektor an PathGeometry der angegebenen Länge ab.

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)

Parameter

progress
Double

Der Bruchteil der Länge dieses PathGeometry.

point
Point

Wenn diese Methode zurückgegeben wird, enthält sie die Position an PathGeometry dieser Position am angegebenen Bruchteil der Länge. Dieser Parameter wird nicht initialisiert übergeben.

tangent
Point

Wenn diese Methode zurückgegeben wird, enthält sie den Tangensvektor. Dieser Parameter wird nicht initialisiert übergeben.

Attribute

Gilt für: