ShapeSetAngle Method

Sets new angle of shape. The angle's unit is radian.

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public void SetAngle(
	double angle
)

Parameters

angle
Type: SystemDouble
New angle which unit is radian not degreeDouble.
See Also