public method IReticleCanvas.Line

Brief

Draw line

Declaration
C#
void  Line (float x1, float y1, float x2, float y2, float width, string color)

Parameters
x1
y1
x2
y2
width
color

Declared in IReticleCanvas

back