InsertingPoint method returns the index of the image before or after the x,y position.

It is useful when an image need to be inserted at x,y mouse position.

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

Syntax

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

Parameters

x
Int32
The x coordinate
y
Int32
The y coordinate

Return Value

The image index to insert

See Also