DrawingContext Constructor (Bitmap)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

'Declaration
Public Sub New ( _
    bmp As Bitmap _
)
public DrawingContext(
    Bitmap bmp
)
public:
DrawingContext(
    Bitmap^ bmp
)
new : 
        bmp:Bitmap -> DrawingContext
public function DrawingContext(
    bmp : Bitmap
)

Parameters

.NET Framework Security

See Also

Reference

DrawingContext Class

DrawingContext Overload

Microsoft.SPOT.Presentation.Media Namespace