PathGeometry.GetPointAtFractionLength(Double, Point, Point) Metoda

Definicja

Pobiera i Point wektor tangensowy na tym PathGeometry ułamku określonej długości.

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)

Parametry

progress
Double

Ułamek długości tego PathGeometryobiektu .

point
Point

Gdy ta metoda zostanie zwrócona, zawiera lokalizację na tej PathGeometry podstawie w określonym ułamku jego długości. Ten parametr jest przekazywany jako niezainicjowany.

tangent
Point

Gdy ta metoda zostanie zwrócona, zawiera wektor tangensowy. Ten parametr jest przekazywany jako niezainicjowany.

Atrybuty

Dotyczy