![]() CreateEastLocator | Creates a locator that will locate points in the East (right) side of the node's bounds. |
![]() CreateNorthEastLocator | Creates a locator that will locate points in the North East (upper right) corner of the node's bounds. |
![]() CreateNorthLocator | Creates a locator that will locate points in the North (top) side of the node's bounds. |
![]() CreateNorthWestLocator | Creates a locator that will locate points in the North West (upper left) corner of the node's bounds. |
![]() CreateSouthEastLocator | Creates a locator that will locate points in the South East (lower right) corner of the node's bounds. |
![]() CreateSouthLocator | Creates a locator that will locate points in the South (bottom) side of the node's bounds. |
![]() CreateSouthWestLocator | Creates a locator that will locate points in the South West (lower left) corner of the node's bounds. |
![]() CreateWestLocator | Creates a locator that will locate points in the West (left) side of the node's bounds. |
PBoundsLocator Constructor | Creates a new PBoundsLocator that will locate points in the given direction specified node's bounds. |
LocatePoint (inherited from PLocator) | Gets the located point. |
LocateX | Overridden. Gets the x coordinate of the point located on the node's bounds in the specified direction. |
LocateY | Overridden. Gets the y coordinate of the point located on the node's bounds in the specified direction. |
Node (inherited from PNodeLocator) | Gets or sets the node on which points are located. |
Side | Gets the direction in which this locator will locate points on the node's bounds. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
node (inherited from PNodeLocator) | The node on which points are located. |
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. |
PBoundsLocator Class | UMD.HCIL.PiccoloX.Util Namespace