Piccolo.NET

PBoundsLocator.CreateSouthWestLocator Method 

Creates a locator that will locate points in the South West (lower left) corner of the node's bounds.

public static PBoundsLocator CreateSouthWestLocator(
   PNode node
);

Parameters

node
The node on which to locate the point.

Return Value

A locator that will locate points on the South West corner of the node's bounds.

See Also

PBoundsLocator Class | UMD.HCIL.PiccoloX.Util Namespace