Piccolo.NET

PBoundsLocator.CreateNorthLocator Method 

Creates a locator that will locate points in the North (top) side of the node's bounds.

public static PBoundsLocator CreateNorthLocator(
   PNode node
);

Parameters

node
The node on which to locate the point.

Return Value

A locator that will locate points on the North side of the node's bounds.

See Also

PBoundsLocator Class | UMD.HCIL.PiccoloX.Util Namespace