Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public void LineTo(
int x,
int y
)
Parameters
- x
- Type: SystemInt32
Horizontal coordinate within the display - y
- Type: SystemInt32
Vertical coordinate within the display
Remarks First 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