Initializes a new instance of the LineTemplate class with the specified start and end point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
A line template is defined by two points whose coordinates are passed as arguments.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |