Creates a new event args object

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEDrawImageEventArgs(
	int index,
	int left,
	int top,
	int x1,
	int y1,
	int x2,
	int y2,
	Graphics g
)
Public Sub New ( _
	index As Integer, _
	left As Integer, _
	top As Integer, _
	x1 As Integer, _
	y1 As Integer, _
	x2 As Integer, _
	y2 As Integer, _
	g As Graphics _
)
public:
IEDrawImageEventArgs(
	int index, 
	int left, 
	int top, 
	int x1, 
	int y1, 
	int x2, 
	int y2, 
	Graphics^ g
)

Parameters

index
Int32
Index
left
Int32
Left
top
Int32
Top
x1
Int32
x1
y1
Int32
y1
x2
Int32
x2
y2
Int32
y2
g
Graphics
Graphic context

See Also