Changes the point coordinates of the (zero-based) index of the point specified.
Visual Basic |
---|
Public Sub ElementChangePoint( _ ByVal elementHandle As Long, _ ByVal whichPoint As Long, _ ByVal x As Long, _ ByVal y As Long _ ) |
- elementHandle
- The handle of the element returned by the ElementCreate method.
- whichPoint
- The zero-based index of the point to change.
- x
- The new x coordinate of the point in pixels.
- y
- The new y coordinate of the point in pixels.