Connection Members
The Connection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Draw |
Draws the object on the specified dc.
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Match |
test if the connection matches the specified point.
|
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate |
Validates this instance.
This fuction checks whether this connection is valid. this function should be overriden by child class
to achieve the validation that depend on the child.
|
Properties
Name | Description | |
---|---|---|
EndHotpoint |
Gets the end hotpoint.
|
|
StartHotpoint |
Gets the start hotpoint.
|