25.1 Overview

Image class derives from Area class and shows the specified image. The image pixel data is taken from a Hollywood brush or icon, depending on what is set in Image.BrushType.

Here is an example XML declaration:

 
<image brush="1"/>

The XML code above creates an image object from Hollywood brush number 1. Image class fully supports mask and alpha channel transparency in Hollywood brushes/icons so you can also embed images with transparent areas.


Show TOC