Piccolo.NET

PCamera.Pick Method (Single, Single, Single)

Generate and return a PPickPath for the point x,y specified in the local coordinate system of this camera.

public virtual PPickPath Pick(
   float x,
   float y,
   float halo
);

Parameters

x
The x coordinate of the pick point.
y
The y coordinate of the pick point.
halo
The value to use for the width and height of the rectangle used for picking.

Return Value

A PPickPath for the given point.

Remarks

Picking is done with a rectangle, halo specifies how large that rectangle will be.

See Also

PCamera Class | UMD.HCIL.Piccolo Namespace | PCamera.Pick Overload List


Web Accessibility