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)
Task


Draw a line on the EV3 LCD screen
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 line
- x0
- Type:
System UInt16
X start
- y0
- Type:
System UInt16
Y start
- x1
- Type:
System UInt16
X end
- y1
- Type:
System UInt16
Y end
Return Value
Type:
See Also