Click or drag to resize
DisplayBeginLine Method
Begins drawing a series of connected lines.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public void BeginLine(
	float width,
	short pattern,
	bool antiAlias
)

Parameters

width
Type: SystemSingle
Width of the lines.
pattern
Type: SystemInt16
Bit pattern determining how/if the line is dashed.
antiAlias
Type: SystemBoolean
Determines if the lines are anti-aliased.
See Also