Event handler for draw image

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class IEDrawImageEventArgs : EventArgs
Public Class IEDrawImageEventArgs _
	Inherits EventArgs
public ref class IEDrawImageEventArgs : public EventArgs

Members

            
 All Members  Constructors   Fields   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
IEDrawImageEventArgs(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Graphics)
Creates a new event args object
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.)
G
Graphics context
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Index
Drawing image index (starting at 0)
Left
Left position of the thumbnail area
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Top position of the thumbnail area
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
X1
Left position of the actual image area
X2
Right position of the actual image area
Y1
Top position of the actual image area
Y2
Bottom position of the actual image area

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    HiComponents.IEvolution..::..IEDrawImageEventArgs

See Also