Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Contains types for drawing and manipulating images.
Classes
Class | Description | |
---|---|---|
![]() |
Brush | Paints, or fills, an area or shape on the screen. |
![]() |
Colors | Provides a set of predefined colors for a hardware display device. |
![]() |
ColorUtility | Provides a collection of methods for working with colors. |
![]() |
Constants | Provides constants that are common to all types in the Microsoft.SPOT.Presentation.Media namespace. |
![]() |
DrawingContext | Provides constructors, methods, and properties you can use to generate a drawing surface and create images on that surface. |
![]() |
ImageBrush | Paints, or fills, an area with an image on a hardware display device. |
![]() |
LinearGradientBrush | Paints, or fills, an area with a linear gradient of color on a hardware display device. |
![]() |
Pen | Creates lines, curves, and outlines of shapes on a hardware display device. |
![]() |
SolidColorBrush | Paints (fills) an area with a single, uniform color on a hardware display device. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
BrushMappingMode | Provides values for the brush mapping. |
![]() |
Color | Specifies colors for drawing or painting on a hardware display device. |
![]() |
Stretch | Specifies how an image is sized within its layout area on a hardware display device. |
![]() |
TextAlignment | Specifies the horizontal alignment of text with its layout area on a hardware display device. |
![]() |
TextTrimming | Specifies how characters from a string that does not completely fit into the specified layout area are to be trimmed. |