| Class | Description |
|---|
| Color | Represents an ARGB color. |
| ColorTransform | Provides a class to filter the color of the Visual objects. |
| Font | Defines a particular format for text, including font face, size, and style attributes. |
| FontFamily | Defines a group of type faces having a similar basic design and certain variations in styles. |
| FontManager | Manages the different Font. |
| Matrix | Represents an affine transformation by a 3 x 3 matrix. Pair (sx, sy) indicates the scale transformation, pair (rs0, rs1) indicates the rotation transformation, pair (tx, ty) indicates the translation transformation. The third column of this matrix is always (0, 0, 1). |
| Point | Represents an ordered pair of integer corresponding to the horizontal and vertical coordinates that define a point in a two-dimensional plane. |
| PointF | Represents an ordered pair of floating point corresponding to the horizontal and vertical coordinates that define a point in a two-dimensional plane. |
| Rectangle | Stores the location and size of a rectangular region with ineteger parameters. |
| RectangleF | Stores the location and size of a rectangular region with floating point parameters. |
| Size | Represents a size with two Width and Height integer parameters. |
| SizeF | Represents a size with two Width and Height floating point parameters. |
| AsyncImage | Represents an image loaded asynchronously. |
| AsyncMovie | Represents an Flash movie loaded asynchronously. |
| Gradient | Represents the gradient color elements to draw the visual controls. |
| HtmlText | Represents Html text. |
| Image | Represents an image. |
| Mask | Represents the mask of the Visual. |
| Movie | Represents a Flash movie. |
| TextElement | Represents a text. |
| Video | Represents a video. |
| VideoEventArgs | Contains event data for the Video objects. The VideoEventArgs objects contain collections of name-and-value pairs. |
| Visual | Provides the methods to present the graphics objects. |
| VisualCollection | Represents a collection of Visual elements. |
| VisualElement | Represents an element of a Visual. |