[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Re: Retrieve Graphics clipping region

Rectangle clip = new Rectangle();
graphics.getClip(clip);

"Brad Reynolds" <bradleyjames@xxxxxxxxx> wrote in message 
news:dj6btd$fhs$1@xxxxxxxxxxxxxxxxxxx
> Is there a way to retrieve the clipping region from the Graphics instance 
> passed to figure paint methods?  I'm struggling to find it...
>
> Thanks,
> brad