Constructs an elliptical Arc using the specified axes end points, angle of rotation, and start and end angles.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertEllipseArcRotation( _
DOUBLE X1 As System.Double, _
DOUBLE Y1 As System.Double, _
DOUBLE X2 As System.Double, _
DOUBLE Y2 As System.Double, _
DOUBLE Rotation As System.Double, _
DOUBLE StartAngle As System.Double, _
DOUBLE EndAngle As System.Double _
) As EllipseArc |
C# | |
---|
EllipseArc InsertEllipseArcRotation(
System.double X1,
System.double Y1,
System.double X2,
System.double Y2,
System.double Rotation,
System.double StartAngle,
System.double EndAngle
) |
COM native C++ | |
---|
HRESULT InsertEllipseArcRotation(
double X1,
,
double Y1,
,
double X2,
,
double Y2,
,
double Rotation,
,
double StartAngle,
,
double EndAngle
,
IEllipseArc** EllipseArc
) |
C++ | |
---|
DSRESULT InsertEllipseArcRotation(
DOUBLE X1,
,
DOUBLE Y1,
,
DOUBLE X2,
,
DOUBLE Y2,
,
DOUBLE Rotation,
,
DOUBLE StartAngle,
,
DOUBLE EndAngle
,
dsEllipseArc** 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
- Rotation
- Angle of rotation; a value between 0° and 89.9°
- StartAngle
- Start angle of the arc
- EndAngle
- End angle of the arc
Parameters
- EllipseArc[out] or Return Value
- Ellipitcal Arc
Example
See Also
Availability
DraftSight V1R1.1