Then I studied the spec and traced few samples, tried to understand it. Now, to be simple, it's just a region that limits the rendering on the Graphics.
MIDP 2.0 has following descriptions in Graphics:
The clip is the set of pixels in the destination of the Graphics object that may be modified by graphics rendering operations.Hope this helps.
There is a single clip per Graphics object. The only pixels modified by graphics operations are those that lie within the clip. Pixels outside the clip are not modified by any graphics operations.
No comments:
Post a Comment