Piccolo.NET

PPath.PickAfterChildren Method 

Overridden. Performs picking in canvas coordinates if PickMode is false.

protected override bool PickAfterChildren(
   PPickPath pickPath
);

Remarks

Due to the implementation of the GraphicsPath object, picking in canvas coordinates is more accurate, but will introduce a significant performance hit.

See Also

PPath Class | UMD.HCIL.Piccolo.Nodes Namespace