19#ifndef __com_sun_star_geometry_EllipticalArc_idl__
20#define __com_sun_star_geometry_EllipticalArc_idl__
24module
com { module sun { module star { module geometry {
Definition: Accessible.idl:22
This structure specifies an arbitrary elliptical arc.
Definition: EllipticalArc.idl:41
RealPoint2D StartPosition
Start point of the arc.
Definition: EllipticalArc.idl:43
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 RadiusX
Main radius in x direction of the ellipse this arc is part of.
Definition: EllipticalArc.idl:51
RealPoint2D EndPosition
End point of the arc.
Definition: EllipticalArc.idl:47
double RadiusY
Main radius in y direction of the ellipse this arc is part of.
Definition: EllipticalArc.idl:55
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
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
This structure defines a two-dimensional point.
Definition: RealPoint2D.idl:32