Share via


PathF.GetSegmentInfo(Int32, Int32, Int32, Int32) Method

Definition

Retrieves segment metadata, returning the segment type and output indices pointing into internal collections.

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

Segment index.

pointIndex
Int32

Receives the starting point index.

arcAngleIndex
Int32

Receives the starting arc angle index.

arcClockwiseIndex
Int32

Receives the arc clockwise flag index.

Returns

The segment operation type, or Close if invalid.

Applies to