get_clip_box


Description:

public void get_clip_box (out int x1, out int y1, out int x2, out int y2)

Gets the clipping limits of this.

Parameters:

this

the context

x1

the left bounds

y1

the top bounds

x2

the right bounds

y2

the bottom bounds