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

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

특성

적용 대상