'Declaration Public Shared Function GetFragmentFromRect( _ ByVal tm As ITextMap, _ ByVal bounds As System.Drawing.RectangleF _ ) As TextMapFragment
public static TextMapFragment GetFragmentFromRect( ITextMap tm, System.Drawing.RectangleF 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).