ITextViewLine.GetExtendedCharacterBounds Method
Include Protected Members
Include Inherited Members
Calculates the bounds of the character.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetExtendedCharacterBounds(SnapshotPoint) | Calculates the bounds of the character at the specified buffer position, including any adjacent space-negotiating adornments. | |
GetExtendedCharacterBounds(VirtualSnapshotPoint) | Calculates the bounds of the character at the specified virtual buffer position, including any adjacent space-negotiating adornments. |
Top