SetImage sets the image assigned to index.
The rectangle x1,y1,x2,y2 of image is copied internally. After SetImage you can free the image.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- index
- Int32
The destination image index
- image
- IEImage
The source image
- x1
- Int32
Left coordinate
- y1
- Int32
Top coordinate
- x2
- Int32
Right coordinate
- y2
- Int32
Bottom coordinate