Context.clipExtents
void clipExtents(out double x1, out double y1, out double x2, out double y2)Computes a bounding box in user coordinates covering the area inside the current clip.
Parameters
x1 | left of the resulting extents |
y1 | top of the resulting extents |
x2 | right of the resulting extents |
y2 | bottom of the resulting extents |