Gets the x and y coordinates of a point allocated for an existing element.
Visual Basic |
---|
Public Sub ElementGetPoint( _ ByVal elementHandle As Long, _ ByVal index As Long, _ ByRef x As Long, _ ByRef y As Long _ ) |
- elementHandle
- The handle of an element returned by the ElementCreate method.
- index
- The zero-based index of the desired point.
- x
The address of a long to receive the x value coordinate.
- y
The address of a long to receive the y value coordinate.