# Ev3UI

A component that provides a high-level interface to a LEGO MINDSTORMS EV3 robot, with functions to draw graphs on EV3 screen.

## Properties

### BluetoothClient

The BluetoothClient component that should be used for communication. Must be set in the Designer

## Methods

### DrawPoint (number color, number x, number y)

Draw a point on the screen.

### DrawIcon (number color, number x, number y, number type, number no)

Draw a built-in icon on screen.

### DrawLine (number color, number x1, number y1, number x2, number y2)

Draw a line on the screen.

### DrawRect (number color, number x, number y, number width, number height, boolean fill)

Draw a rectangle on the screen.

### DrawCircle (number color, number x, number y, number radius, boolean fill)

Draw a circle on the screen.

### FillScreen (number color)

Fill the screen with a color.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.appybuilder.com/components/reference/legomindstorms/ev3ui.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
