Click or drag to resize
DisplayLineTo Method
Continues a line started with BeginLine(Single, Int16, Boolean).

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
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