Moves a rectangle inside the current image.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void MoveRect( int x1, int y1, int x2, int y2, int dstX, int dstY, IERGB backgroundValue, int backgroundAlpha )
Public Sub MoveRect ( _ x1 As Integer, _ y1 As Integer, _ x2 As Integer, _ y2 As Integer, _ dstX As Integer, _ dstY As Integer, _ backgroundValue As IERGB, _ backgroundAlpha As Integer _ )
public: void MoveRect( int x1, int y1, int x2, int y2, int dstX, int dstY, IERGB backgroundValue, int backgroundAlpha )
Parameters
- x1
- Int32
Source left coordiante.
- y1
- Int32
Source top coordiante.
- x2
- Int32
Source right coordinate.
- y2
- Int32
Source bottom coordinate.
- dstX
- Int32
Destination left coordinate.
- dstY
- Int32
Destination top coordinate.
- backgroundValue
- IERGB
The filling color.
- backgroundAlpha
- Int32
The filling alpha.