19 #ifndef __com_sun_star_geometry_EllipticalArc_idl__
20 #define __com_sun_star_geometry_EllipticalArc_idl__
24 module
com { module sun { module star { module geometry {
double RadiusX
Main radius in x direction of the ellipse this arc is part of.
Definition: EllipticalArc.idl:51
double XAxisRotation
Rotation angle of the x axis of the ellipse relative to the x axis of the reference coordinate system...
Definition: EllipticalArc.idl:61
This structure specifies an arbitrary elliptical arc.
Definition: EllipticalArc.idl:40
boolean IsLargeArc
If TRUE, and there's a choice, take the longer one of two arcs connecting start and end point...
Definition: EllipticalArc.idl:67
– idl definition –
Definition: Ambiguous.idl:22
This structure defines a two-dimensional point.
Definition: RealPoint2D.idl:31
boolean IsClockwiseSweep
If TRUE, and there's a choice, take the arc that goes clock-wise from start to end point...
Definition: EllipticalArc.idl:73
double RadiusY
Main radius in y direction of the ellipse this arc is part of.
Definition: EllipticalArc.idl:55
RealPoint2D EndPosition
End point of the arc.
Definition: EllipticalArc.idl:47
RealPoint2D StartPosition
Start point of the arc.
Definition: EllipticalArc.idl:43