Paint Boxes

From RAD Studio
Jump to: navigation, search

Go Up to Graphic Controls


The paint box (TPaintBox) allows your application to draw on a form. Write an OnPaint event handler to render an image directly on the paint box's Canvas. Drawing outside the boundaries of the paint box is prevented. For more information, see Overview of Graphics Programming.

See Also