Context.clipExtents

Computes a bounding box in user coordinates covering the area inside the current clip. Since 1.4

class Context
void
clipExtents
(
out double x1
,
out double y1
,
out double x2
,
out double y2
)

Parameters

x1 double

left of the resulting extents

y1 double

top of the resulting extents

x2 double

right of the resulting extents

y2 double

bottom of the resulting extents

Meta