'Declaration Public Shared Function GetFragmentFromQuadrilateral( _ ByVal tm As ITextMap, _ ByVal bounds As Quadrilateral _ ) As TextMapFragment
public static TextMapFragment GetFragmentFromQuadrilateral( ITextMap tm, Quadrilateral bounds )
Parameters
- tm
- The current ITextMap.
- bounds
- The target bounds.
Return Value
The TextMapFragment containing all characters inside bounds, or a null reference (Nothing in Visual Basic).