Skip to content

Ellipse

Ellipse
Output
Position
(0, 0)
Radius
(32, 32)
Stroke Color
Black
Fill Color
Black
Stroke Width
1

Category Shape
Is Pair Node: No


Creates an ellipse shape defined by its center position, radii, stroke color, fill color, and stroke width.


Type: VecD
Default: (0, 0)

The position of the center of the ellipse.

Type: VecD
Default: (32, 32)

The radius of the ellipse, defining its width and height. The first value is the horizontal radius, and the second value is the vertical radius.

Type: Paintable
Default: Black

A paintable that defines the visual appearance of the stroke. This can be a solid color or gradient.

Type: Paintable
Default: Black

A paintable that defines the visual appearance of the fill. This can be a solid color or gradient.

Type: Double
Default: 1

The width of the stroke around the ellipse. A value of 0 means no stroke will be drawn.


Type: Vector Shape
Default: null

The vector shape representing the ellipse.