Click or drag to resize
DisplayArrowTo Method
End a line begun with BeginLine(Single, Int16, Boolean) with an arrowhead.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public void ArrowTo(
	int x,
	int y,
	int ArrowSize
)

Parameters

x
Type: SystemInt32
Horizontal coordinate of the tip of the arrowhead
y
Type: SystemInt32
Vertical coordinate of the tip of the arrowhead
ArrowSize
Type: SystemInt32
Length of the arrowhead
See Also