class ReticlePathElement| Parents | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The base class for path elements
The implementations are ReticlePathElementArc , ReticlePathElementMoveTo , and
ReticlePathElementLineTo
| Public Properties | |
|
The type of the action |
|
|
The position of action |
|
| Public Methods | |
|
Cast this object to the specific type |
|
|
Creates a new object that is a copy of the current instance. |
|
|
Checks whether the element equals to another elements |
|
|
Checks whether the object equals to another object |
|
|
Checks equality of two objects |
|
|
Returns the hash code of the object |
|
|
Converts the object to the string of the default format |
|
|
Converts the object to the string of the format specified |
|
| Protected Methods | |
|
Checks whether the element equals to another elements |
|
|
Converts the object to the string of the format specified |
|