PathGeometry.GetPointAtFractionLength(Double, Point, Point) 메서드

정의

Point에서 지정된 비율의 길이에 해당하는 PathGeometry와 탄젠트 벡터를 가져옵니다.

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)

매개 변수

progress
Double

PathGeometry의 길이에 대한 비율입니다.

point
Point

이 메서드가 반환될 때 이 PathGeometry에서 지정된 비율의 길이에 해당하는 위치가 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

tangent
Point

이 메서드가 반환될 때 탄젠트 벡터가 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

특성

적용 대상