Event called whenever it is necessary to check if specified coordinates are inside a thumbnail.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public class IEImageAtPosQueryEventArgs : EventArgs
Public Class IEImageAtPosQueryEventArgs _ Inherits EventArgs
public ref class IEImageAtPosQueryEventArgs : public EventArgs
Members
All Members | Constructors | Fields | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
IEImageAtPosQueryEventArgs(Int32, Int32, Int32) |
Creates event args.
| |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
idx |
Contains the proposed image thumbnail index. You can change this value (-1 = no thumbnail).
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
x |
Horizontal position to check.
| |
y |
Vertical position to check.
|
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
HiComponents.IEvolution..::..IEImageAtPosQueryEventArgs
System..::..EventArgs
HiComponents.IEvolution..::..IEImageAtPosQueryEventArgs