Drawing

C.01 Line, Rectangle, Ellipse

Draws graphics primitives (line, rectangle, ellipse, polygon, curves) on RGB, CMYK, Grayscale images.

C.02 Matrix Transform

Applies an affine transformation (translate, rotate, resize, shear and their combinations) to a drawn graphics using a matrix.

C.03 Graphics Path

Demonstrates how to draw complicated graphics using Graphics Paths.

C.04 Clipping Path

Demonstrates drawing inside a region (also known as Clipping Path). Only those portions of graphics which are located inside a Clipping Path are visible.

C.05 Draw Image

Combines several images by drawing a bitmap over another one. It respects the transparency and alpha channels.

C.06 Artistic Frame

Adds an artistic frame to the image.