See: Description
| Interface | Description |
|---|---|
| Bitmap |
Represents a binary image that consists of an image size and a byte array that contains the
pre-multiplied image pixels in the BGRA format.
|
| Color |
A numeric model of an RGB color.
|
| FontName |
A name of the font.
|
| FontSize |
A size of the font.
|
| KeyModifiers |
The modifiers for the keyboard and mouse events.
|
| Point |
A pair of numbers that in general are used to define coordinates in the two-dimensional space.
|
| Progress |
A process progress.
|
| Rect |
A rectangle described by the location and dimensions.
|
| Size |
A pair of numbers that in general are used to define dimensions in the two-dimensional space.
|
| Class | Description |
|---|---|
| Color.Builder |
A builder of
Color. |
| KeyModifiers.Builder |
A builder of
KeyModifiers. |
| Enum | Description |
|---|---|
| KeyCode |
The virtual key codes.
|
| MouseButton |
The mouse buttons.
|
| ScrollType |
The scroll types.
|