Description
Returns a Position object that represents the location specified by the offset. The Position object can be used similar to a cursor.
C#
vb.net
Parameters
offset
Anint
representing the relative offset from the start of this Element to get the Position for.
Returns
APosition
object that represents the location specified by the offset.
Examples
C#
vb.net