Initializes a new instance of the LineTemplate class with the specified start and end point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public LineTemplate ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The x-coordinate of the first point, expressed in percents of a shape node's bounding rectangle.
The y-coordinate of the first point, expressed in percents of a shape node's bounding rectangle.
The x-coordinate of the second point, expressed in percents of a shape node's bounding rectangle.
The y-coordinate of the second point, expressed in percents of a shape node's bounding rectangle.
RemarksA line template is defined by two points whose coordinates are passed as arguments.
See Also