PathF.SetArcAngle(Int32, Single) 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.
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.