Classes
| Class | Description | |
|---|---|---|
| Canvas |
Represents a drawing surface. This class should be inherited by a technology-specific implementation.
| |
| Image |
An abstract base class that provides the base functionality for image encapsulating code.
Each technology-specific implementation of the xGui toolkit should inherit from this base class.
| |
| RelativeCanvas |
The RelativeCanvas class can be used to give child
elements a piece of the canvas to draw onto.
|
Structures
| Structure | Description | |
|---|---|---|
| Color |
Represents an RGB (alpha, red, green, blue) color.
| |
| Point |
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.
| |
| Rectangle |
Stores a set of four integers that represent the location and size of a rectangle.
| |
| Size |
Stores an ordered pair of integers, typically the width and height of a rectangle.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| GradientDrawStyle |
This enum contains the different gradient drawing styles available.
| |
| ImageDrawStyle |
This enum contains the different EtAlii.xTechnology.Drawing.Image draw styles available.
|