Ant Organisation Ltd documentation

HVLine Members

HVLine overview

Public Instance Constructors

HVLineOverloaded. Initializes a new instance of the HVLine class.

Public Instance Properties

CentreGets the centre point of the line.
FinishGets the finishing point of the line.
IsHorizontalTests whether this line is horizontal.
IsVerticalTests whether this line is vertical.
StartGets the starting point of the line.
X1Gets the starting x-coordinate of the line.
X2Gets the ending x-coordinate of the line.
Y1Gets the starting 7-coordinate of the line.
Y2Gets the ending y-coordinate of the line.

Public Instance Methods

CloneReturns a new HVLine instance based on this one.
Equals Returns true if the two lines are equal
ExtendStartToLineExtends 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.
ProjectPointProjects the given point onto (an extension of) this line.
ToString Maps this object to a string

Protected Instance Methods

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.

See Also

HVLine Class | Ant.Workflow.View.TransitionRouting Namespace