Skip to main content
Version: Streamsheets 2.3

DRAW.ELLIPSE

Define an ellipse on a given drawing.

Syntax

=DRAW.ELLIPSE(X, Y, Width, Height, LineColor, Angle)

Arguments

NameDescription
XX Coordinate in 1/100th mm
YY Coordinate in 1/100th mm
WidthWidth in 1/100th mm
HeightHeight in 1/100th mm
LineColorOptional. Options:
- None for no line
- Hexadecimal color value (#FF0000 for Red)
FillColorOptional. Hexadecimal color value (#FF0000 for Red)
AngleOptional. Angle in radians.

Return Value

TRUE, if ellipse could be created.

Example

FunctionResultComment
=DRAW.ELLIPSE(23607,22663,20055,A1)TRUEEllipse with the height depending on A1