DrawingContext Members
The following tables list the members exposed by the DrawingContext type.
Public Constructors
| Name | Description | |
|---|---|---|
![]() |
DrawingContext | Overloaded. Initializes a new instance of the DrawingContext class. |
Public Fields
| Name | Description | |
|---|---|---|
![]() |
Dispatcher | (Inherited from DispatcherObject.) |
Public Properties
| Name | Description | |
|---|---|---|
![]() |
Bitmap | Gets the bitmapped image that the current DrawingContext object uses as its drawing surface. |
![]() |
Height | Gets the height of the current DrawingContext object's drawing surface. |
![]() |
Width | Gets the width of the current DrawingContext object's drawing surface. |
Public Methods
| Name | Description | |
|---|---|---|
![]() |
BlendImage | Overlays a specified bitmapped image on an image that already exists on the drawing surface, and displays the resulting overlayed image at a specified location (position) on the drawing surface. |
![]() |
CheckAccess | (Inherited from DispatcherObject.) |
![]() |
Clear | Clears the drawing surface. |
![]() |
DrawEllipse | Draws an ellipse on the drawing surface. |
![]() |
DrawImage | Overloaded. Displays a bitmapped image on the drawing surface. |
![]() |
DrawLine | Draws a line on the drawing surface. |
![]() |
DrawPolygon | Draws a polygon on the drawing surface. |
![]() |
DrawRectangle | Draws a rectangle on the drawing surface. |
![]() |
DrawText | Overloaded. Draws text on the drawing surface. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetClippingRectangle | Retrieves the clipping rectangle of the current DrawingContext object. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
PopClippingRectangle | Pops the clipping rectangle that was most recently pushed onto the current DrawingContext object. |
![]() |
PushClippingRectangle | Pushes the specified clipping rectangle onto the current DrawingContext object. |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
SetPixel | Sets a single pixel to a color. |
![]() |
ToString | (Inherited from Object.) |
![]() |
Translate | Translates (moves) the most recently drawn image by the specified amount on the drawing surface. |
![]() |
VerifyAccess | (Inherited from DispatcherObject.) |
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
DrawingContext Class
Microsoft.SPOT.Presentation.Media Namespace
.gif)
.gif)
.gif)
.gif)