Constructs an elliptical Arc using the specified axes end points, radius of the perpendicular axis, and start and end angles.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertEllipseArcDistanceToOtherAxis( _
double X1 As System.Double, _
double Y1 As System.Double, _
double X2 As System.Double, _
double Y2 As System.Double, _
double DistanceToOtherAxis As System.Double, _
double StartAngle As System.Double, _
double EndAngle As System.Double _
) As EllipseArc |
Parameters
- X1
- x coordinate of first axis end point
- Y1
- y coordinate of first axis end point
- X2
- x coordinate of second axis end point
- Y2
- y coordinate of second axis end point
- DistanceToOtherAxis
- Radius of the perpendicular axis
- StartAngle
- Start angle of the arc
- EndAngle
- End angle of the arc
- EllipseArc[out] or Return Value
- Elliptical Arc
Example
See Also
Availability
DraftSight V1R1.1