Bitmap Property

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

Gets the bitmapped image that the current DrawingContext object uses as its drawing surface.

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

Syntax

'Declaration
Public ReadOnly Property Bitmap As Bitmap
public Bitmap Bitmap { get; }
public:
property Bitmap^ Bitmap {
    Bitmap^ get ();
}
member Bitmap : Bitmap
function get Bitmap () : Bitmap

Property Value

Type: Microsoft.SPOT. . :: . .Bitmap
An object that specifies the bitmapped image used as the drawing surface.

.NET Framework Security

See Also

Reference

DrawingContext Class

Microsoft.SPOT.Presentation.Media Namespace