PathF.GetSegmentInfo(Int32, Int32, Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
Microsoft::Maui::Graphics::PathOperation GetSegmentInfo(int segmentIndex, [Runtime::InteropServices::Out] int % pointIndex, [Runtime::InteropServices::Out] int % arcAngleIndex, [Runtime::InteropServices::Out] int % arcClockwiseIndex);
public Microsoft.Maui.Graphics.PathOperation GetSegmentInfo (int segmentIndex, out int pointIndex, out int arcAngleIndex, out int arcClockwiseIndex);
member this.GetSegmentInfo : int * int * int * int -> Microsoft.Maui.Graphics.PathOperation
Public Function GetSegmentInfo (segmentIndex As Integer, ByRef pointIndex As Integer, ByRef arcAngleIndex As Integer, ByRef arcClockwiseIndex As Integer) As PathOperation
Paramètres
- segmentIndex
- Int32
- pointIndex
- Int32
- arcAngleIndex
- Int32
- arcClockwiseIndex
- Int32