| C1.Xaml.RichTextBox Namespace > C1RichTextPresenter Class : FindSubElementsForTouchTargeting Method |
'DeclarationProtected Overridable Function FindSubElementsForTouchTargeting( _ ByVal point As Windows.Foundation.Point, _ ByVal boundingRect As Windows.Foundation.Rect _ ) As System.Collections.Generic.IEnumerable(Of IEnumerable(Of Point))
'UsageDim instance As C1RichTextPresenter Dim point As Windows.Foundation.Point Dim boundingRect As Windows.Foundation.Rect Dim value As System.Collections.Generic.IEnumerable(Of IEnumerable(Of Point)) value = instance.FindSubElementsForTouchTargeting(point, boundingRect)
protected virtual System.Collections.Generic.IEnumerable<IEnumerable<Point>> FindSubElementsForTouchTargeting( Windows.Foundation.Point point, Windows.Foundation.Rect boundingRect )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2