summaryrefslogtreecommitdiff
path: root/doc/reference/context.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/context.rst')
-rw-r--r--doc/reference/context.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/reference/context.rst b/doc/reference/context.rst
index 4a2f17f..9e48113 100644
--- a/doc/reference/context.rst
+++ b/doc/reference/context.rst
@@ -557,6 +557,20 @@ safely be changed, without loosing the current state. Use
axes will be aligned and one user-space unit will transform to one
device-space unit.
+ .. method:: in_clip(x, y)
+
+ :param x: X coordinate of the point to test
+ :type x: float
+ :param y: Y coordinate of the point to test
+ :type y: float
+ :returns: True iff the given point is inside the area that would be
+ visible through the current clip, i.e. the area that would be filled
+ by a :meth:`Context.paint` operation.
+
+ See :meth:`Context.clip`, :meth:`Context.clip_preserve`.
+
+ .. versionadded:: 1.10.2
+
.. method:: in_fill(x, y)
:param x: X coordinate of the point to test