For more information, please see the
CodePlex project page and the
Getting Started guide.
Assembly: Lego.Ev3.Desktop (in Lego.Ev3.Desktop.dll) Version: 1.0.0.0 (1.0.0.0)


Append the Draw Circle command to an existing Command object
Namespace: Lego.Ev3.CoreAssembly: Lego.Ev3.Desktop (in Lego.Ev3.Desktop.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- color
- Type: Lego.Ev3.Core Color
Color of the circle
- x
- Type:
System UInt16
X position
- y
- Type:
System UInt16
Y position
- radius
- Type:
System UInt16
Radius of circle
- filled
- Type:
System Boolean
Draw a filled or empty circle
See Also