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