Working with Graphics |
The next few pages provide the details you'll need to generate primitive graphics and text.
Painting Shapes
This page tells you how to paint shapes, such as lines, rectangles, ovals, arcs, and polygons.Working with Text
This page tells you how to use paint text using theGraphics
drawString
method. It also tells you how to useFont
andFontMetrics
objects to get information about a font's size characteristics.
Working with Graphics |