Event called whenever it is necessary to check if specified coordinates are inside a thumbnail.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public delegate void ImageAtPosQueryEventHandler(
	Object sender,
	IEImageAtPosQueryEventArgs e
)
Public Delegate Sub ImageAtPosQueryEventHandler ( _
	sender As Object, _
	e As IEImageAtPosQueryEventArgs _
)
public delegate void ImageAtPosQueryEventHandler(
	Object^ sender, 
	IEImageAtPosQueryEventArgs^ e
)

Parameters

sender
Object
e
IEImageAtPosQueryEventArgs

See Also