Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.Rect.1.py
2019-12-11 13:58:47 -08:00

4 lines
76 B
Python

x <= p.x < (rect.x + rect.width)
y <= p.y < (rect.y + rect.height)