'Declaration
Public Function New( _ ByVal element As C1TextElement, _ ByVal offset As Integer _ )
public C1TextPointer( C1TextElement element, int offset )
Parameters
- element
- The C1TextElement where to position the C1TextPointer.
- offset
- The offset where to position the C1TextPointer.