DrawShape with DrawShapeKind.LINE.DrawShape line(string x1, string y1, string x2, string y2,
string styleName = "")Constructs a line shape.
x1 | Start x coordinate. |
y1 | Start y coordinate. |
x2 | End x coordinate. |
y2 | End y coordinate. |
styleName | Optional draw:style-name. |
DrawShape with DrawShapeKind.LINE.