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