DisplayPipelineDrawLines Method |
Name | Description | |
---|---|---|
![]() | DrawLines(IEnumerableLine, Color) |
Draws a set of lines with a given color and thickness. If you want the fastest possible set of lines
to be drawn, pass a Line[] for lines.
|
![]() | DrawLines(Line, DisplayPen) | |
![]() | DrawLines(IEnumerableLine, Color, Int32) |
Draws a set of lines with a given color and thickness. If you want the fastest possible set of lines
to be drawn, pass a Line[] for lines.
|