Page tree
Skip to end of metadata
Go to start of metadata

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
An int representing the relative offset from the start of this Element to get the Position for.

Returns

A Position object that represents the location specified by the offset.

Examples

C#
vb.net
  • No labels