The new x-coordinate of the top-left corner of the rectangle.
The new y-coordinate of the top-left corner of the rectangle.
The new width of the rectangle.
The new height of the rectangle.
Description
Modify a redeye rectangle's size or position.
Syntax
Visual Basic
Public Function RedeyeRectangleEdit( _
ByVal recIndex As Long, _
ByVal Xpos As Long, _
ByVal Ypos As Long, _
ByVal recWidth As Long, _
ByVal recHeight As Long _
) As Long
Parameters
recIndex
The index of the redeye rectangle to be changed.
Xpos
The new x-coordinate of the top-left corner of the rectangle.
Ypos
The new y-coordinate of the top-left corner of the rectangle.