OnRender Method

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

Draws a bitmap to a display device.

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

Syntax

'Declaration
Public Overrides Sub OnRender ( _
    dc As DrawingContext _
)
public override void OnRender(
    DrawingContext dc
)
public:
virtual void OnRender(
    DrawingContext^ dc
) override
abstract OnRender : 
        dc:DrawingContext -> unit 
override OnRender : 
        dc:DrawingContext -> unit 
public override function OnRender(
    dc : DrawingContext
)

Parameters

.NET Framework Security

See Also

Reference

Image Class

Microsoft.SPOT.Presentation.Controls Namespace