Arc2d.CreateSACA Method

Creates an arc given startpoint, start direction, center and end direction
public static Arc2d CreateSACA( 
   Point2d start
   double startangle
   Point2d center
   double endangle 
)

Parameters

start
Point2d

Start point

startangle
double

Start direction as an angle

center
Point2d

Center of arc

endangle
double

End direction as an angle

Return Value

Arc2d

The arc with given parameters

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition