Click or drag to resize
CanvasTextLayoutHitTest Method
Overload List
  NameDescription
Public methodHitTest(Vector2)
Gets whether the point overlaps with any text in the text layout.
Public methodHitTest(Single, Single)
Gets whether the point overlaps with any text in the text layout.
Public methodHitTest(Vector2, CanvasTextLayoutRegion)
Gets whether the point overlaps with any text in the text layout.
Public methodHitTest(Single, Single, CanvasTextLayoutRegion)
Gets whether the point overlaps with any text in the text layout.
Public methodHitTest(Vector2, CanvasTextLayoutRegion, Boolean)
Gets whether the point overlaps with any text in the text layout.
Public methodHitTest(Single, Single, CanvasTextLayoutRegion, Boolean)
Gets whether the point overlaps with any text in the text layout.
Top
See Also