drawEllipse

fun drawEllipse(uiElement: UIElement, centerX: Float, centerY: Float, rx: Float, ry: Float, style: FillStyle, angle: Float): Boolean

Draw ellipse command, to draw an ellipse on the glasses display

Return

true if the given information is valid

Parameters

uiElement

the UIKit.widgets.Ellipse ui element (or a custom control)

x

center x pixel coordinate

y

center y pixel coordinate

rx

x radius in pixels

ry

y radius in pixels

angle

rotation deg CCW, zero to the right (east)

style

the fill style @see FillStyle