TextPointer.GetPositionAtOffset(Int32, LogicalDirection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual TextPointer ^ GetPositionAtOffset(int offset, LogicalDirection direction) = GetPositionAtOffset;
TextPointer GetPositionAtOffset(int const& offset, LogicalDirection const& direction);
public TextPointer GetPositionAtOffset(int offset, LogicalDirection direction);
function getPositionAtOffset(offset, direction)
Public Function GetPositionAtOffset (offset As Integer, direction As LogicalDirection) As TextPointer
Parameters
- offset
-
Int32
int
- direction
- LogicalDirection