ImageDraw.DrawImage Method

Automatically renders a bitmap object in the appropriate image format for each mobile device.

[Visual Basic]
Public Sub DrawImage( _
   ByVal image As Bitmap _
)
[C#]
public void DrawImage(
   Bitmap image
);

Parameters

image
The bitmap object to be rendered.

See Also

ImageDraw Class | Neodynamic.MobileWebControls.ImageDraw Namespace