IWpfTextViewLineCollection.GetTextMarkerGeometry Method
Include Protected Members
Include Inherited Members
Gets the text marker geometry.
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 | |
---|---|---|
GetTextMarkerGeometry(SnapshotSpan) | Gets the text marker geometry for the specified range of text in the buffer by using a polygonal approximation algorithm to calculate the outline path of the text regions. | |
GetTextMarkerGeometry(SnapshotSpan, Boolean, Thickness) | Gets the text marker geometry for the specified range of text in the buffer by using a polygonal approximation algorithm to calculate the outline path of the text regions. |
Top