HVLine | Overloaded. Initializes a new instance of the HVLine class. |
Centre | Gets the centre point of the line. |
Finish | Gets the finishing point of the line. |
IsHorizontal | Tests whether this line is horizontal. |
IsVertical | Tests whether this line is vertical. |
Start | Gets the starting point of the line. |
X1 | Gets the starting x-coordinate of the line. |
X2 | Gets the ending x-coordinate of the line. |
Y1 | Gets the starting 7-coordinate of the line. |
Y2 | Gets the ending y-coordinate of the line. |
Clone | Returns a new HVLine instance based on this one. |
Equals | Returns true if the two lines are equal |
ExtendStartToLine | Extends this line to the given one by moving the start point. |
GetHashCode | Gets the hash code of the line |
GetType (inherited from Object) | Gets the Type of the current instance. |
ProjectPoint | Projects the given point onto (an extension of) this line. |
ToString | Maps this object to a string |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
HVLine Class | Ant.Workflow.View.TransitionRouting Namespace