CallBackGeomListener Methods
The CallBackGeomListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Line |
Method that is called if the fragment is a line. It gives the
two points (start and end point) of the line as parameters. If
IsPath is true, the points are converted to global coord, before
added to the path list.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Point |
Method that is called if the fragment is a point. It gives the
the point as parameters. This method is currently not in use, as
no points fragments are needed.
|
![]() |
SetTranslationVector |
Sets the translation vector.
|
![]() |
SnapPoint |
Method that is called if the fragment is a snap point. It gives the
the point as parameters. This method is currently not in use, as
no points fragments are needed.
|
![]() |
ToString | (Inherited from Object.) |
![]() |
Triangle |
Method that is called if the fragment is a triangle. It gives the
the three points that the triangle is made of as parameters. It converts
the points into global coord.
|