PathGeometry.GetPointAtFractionLength(Double, Point, Point) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Uzunluğunun Point belirtilen bölümünde ve tanjant vektörünü alır 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)
Parametreler
- progress
- Double
Bu PathGeometryuzunluğun kesri.
- point
- Point
Bu yöntem döndürdüğünde, uzunluğunun belirtilen kesirinde bunun PathGeometry konumunu içerir. Bu parametre, başlatmadan iletilir.
- tangent
- Point
Bu yöntem döndürdüğünde tanjant vektörlerini içerir. Bu parametre, başlatmadan iletilir.
- Öznitelikler