[]
Initializes a new C1TextPointer.
public C1TextPointer(C1TextElement element, int offset)
| Type | Name | Description |
|---|---|---|
| C1TextElement | element | The C1TextElement where to position the C1TextPointer. |
| int | offset | The offset where to position the C1TextPointer. |
Initializes a new C1TextPointer.
public C1TextPointer(C1TextElement element, int offset, LogicalDirection logicalDirection)
| Type | Name | Description |
|---|---|---|
| C1TextElement | element | The C1TextElement where to position the C1TextPointer. |
| int | offset | The offset where to position the C1TextPointer. |
| LogicalDirection | logicalDirection | The logical direction of the C1TextPointer. |
Initializes a new C1TextPointer.
public C1TextPointer(C1TextPointer position)
| Type | Name | Description |
|---|---|---|
| C1TextPointer | position | A position to initialize this C1TextPointer with. |