C1.Silverlight.RichTextBox.5 Assembly > C1.Silverlight.RichTextBox.Documents Namespace > C1TextPointer Class : GetPositionAtOffset Method |
Overload | Description |
---|---|
GetPositionAtOffset(Int32,Predicate<Tag>) | Returns the position at an offset of the current position, optionally not counting some positions. |
GetPositionAtOffset(Int32) | Equivalent to GetPositionAtOffset(Int32,Predicate<Tag>) with null as tagFilter. |