Draws graphics primitives (line, rectangle, ellipse, polygon, curves) on RGB, CMYK, Grayscale images.
Applies an affine transformation (translate, rotate, resize, shear and their combinations) to a drawn graphics using a matrix.
Demonstrates how to draw complicated graphics using Graphics Paths.
Demonstrates drawing inside a region (also known as Clipping Path). Only those portions of graphics which are located inside a Clipping Path are visible.
Combines several images by drawing a bitmap over another one. It respects the transparency and alpha channels.
Adds an artistic frame to the image.