DroidDiagram Programmer's Guide
LineTemplate Constructor (float, float, float, float)
See Also
 






Initializes a new LineTemplate instance with the specified coordinates of the segment end points.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public LineTemplate (
    float x1,
    float y1,
    float x2,
    float y2
)

 Parameters

x1

Horizontal position of the first point specified aspercents of the box width.

y1

Vertical position of the first point specified aspercents of the box height.

x2

Horizontal position of the second point specified aspercents of the box width.

y2

Vertical position of the second point specified aspercents of the box height.

 See Also

LineTemplate Constructor Overload List
LineTemplate Class
com.mindfusion.diagramming Namespace