Piccolo.NET

PNodeLocator Class

PNodeLocator provides an abstraction for locating points on a node.

For a list of all members of this type, see PNodeLocator Members.

System.Object
   PLocator
      PNodeLocator

public class PNodeLocator : PLocator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Points are located in the local corrdinate system of the node. The default behavior is to locate the center point of the node's bounds. The node where the point is located is stored internal to this locator (as an instance variable). If you want to use the same locator to locate center points on many different nodes, you will need to set the Node property before asking for each location.

Requirements

Namespace: UMD.HCIL.PiccoloX.Util

Assembly: UMD.HCIL.PiccoloX (in UMD.HCIL.PiccoloX.dll)

See Also

PNodeLocator Members | UMD.HCIL.PiccoloX.Util Namespace