PathF.GetSegmentInfo(Int32, Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- segmentIndex
- Int32
- pointIndex
- Int32
- arcAngleIndex
- Int32
- arcClockwiseIndex
- Int32
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.