Share via


DrawingContext Constructor (Bitmap)

Initializes a new instance of the DrawingContext class that uses a specified bitmapped image as the background on its drawing surface.

Namespace: Microsoft.SPOT.Presentation.Media
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public DrawingContext (
         Bitmapbmp
)

Parameters

  • bmp
    A Bitmap object that specifies the bitmapped image to be used as the background on the drawing surface.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

DrawingContext Class
DrawingContext Members
Microsoft.SPOT.Presentation.Media Namespace