Piccolo.NET

PNode.ToPickPath Method (PCamera, RectangleF)

Creates a pick path with the given Camera and pickbounds and adds this node.

public virtual PPickPath ToPickPath(
   PCamera aCamera,
   RectangleF pickBounds
);

Parameters

aCamera
The camera to use when creating the pick path.
pickBounds
The pick bounds to use when creating the pick path.

Return Value

A pick path with the given camera and pickbounds that contains this node

See Also

PNode Class | UMD.HCIL.Piccolo Namespace | PNode.ToPickPath Overload List


Web Accessibility