PPCC Namespace
Handles the selection of the user Traverses the bounding box collection for hits on the appropriate object

Namespace:  PPCC.ColorTab
Assembly:  ColorTab (in ColorTab.dll)
Version: 1.6.4.0

Syntax

C#
public void HandleClick(
	int x,
	int y
)
Visual Basic (Declaration)
Public Sub HandleClick ( _
	x As Integer, _
	y As Integer _
)
Visual C++
public:
void HandleClick(
	int x, 
	int y
)

Parameters

x
Type: System..::.Int32
y
Type: System..::.Int32

See Also