KC's Workspace
    Preparing search index...

    An ellipse() shape.

    interface Ellipse2 {
        position: Position;
        radiusX: ShapeRadius;
        radiusY: ShapeRadius;
    }
    Index

    Properties

    position: Position

    The position of the center of the ellipse.

    radiusX: ShapeRadius

    The x-radius of the ellipse.

    radiusY: ShapeRadius

    The y-radius of the ellipse.