public method IReticleCanvas.Rectangle

Brief

Draw a rectangle

Declaration
C#
void  Rectangle (float x1, float y1, float x2, float y2, float width, bool fill, string color)

Parameters
x1
y1
x2
y2
width
fill
color

Declared in IReticleCanvas

back