Share via


DrawingContext.DrawImage Method (Bitmap, Int32, Int32)

Displays an uncropped, bitmapped image on the drawing surface.

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

Syntax

public void DrawImage (
         Bitmapsource,
         intx,
         inty
)

Parameters

  • source
    A Bitmap object that represents the bitmapped image to be displayed.
  • x
    The horizontal coordinate at which the leftmost edge of the image is to be placed.
  • y
    The vertical coordinate at which the topmost edge of the image is to be placed.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

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