Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntaxpublic void LineTo(
int x,
int y
)
Parameters
- x
- Type: SystemInt32
Horizontal coordinate within the display - y
- Type: SystemInt32
Vertical coordinate within the display
RemarksFirst first call to LineTo sets the beginning point
of the line. Coordinates are relative to the top left corner of
the display, not the layer or map.
See Also