Share via


PathF.SetArcAngle(Int32, Single) Method

Definition

Sets an arc angle value (degrees) at the specified index.

public:
 void SetArcAngle(int aIndex, float aValue);
public void SetArcAngle(int aIndex, float aValue);
member this.SetArcAngle : int * single -> unit
Public Sub SetArcAngle (aIndex As Integer, aValue As Single)

Parameters

aIndex
Int32

Angle index.

aValue
Single

New angle in degrees.

Applies to