IsPointInsideSelection returns true if the point specified with x,y is inside current selection.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsPointInsideSelection(
	int x,
	int y
)
Public Function IsPointInsideSelection ( _
	x As Integer, _
	y As Integer _
) As Boolean
public:
bool IsPointInsideSelection(
	int x, 
	int y
)

Parameters

x
Int32
the point x coordinate
y
Int32
the point y coordinate

See Also