DrawImage Method (Bitmap, Int32, Int32)

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

Displays an uncropped, bitmapped image on the drawing surface.

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

Syntax

'Declaration
Public Sub DrawImage ( _
    source As Bitmap, _
    x As Integer, _
    y As Integer _
)
public void DrawImage(
    Bitmap source,
    int x,
    int y
)
public:
void DrawImage(
    Bitmap^ source, 
    int x, 
    int y
)
member DrawImage : 
        source:Bitmap * 
        x:int * 
        y:int -> unit 
public function DrawImage(
    source : Bitmap, 
    x : int, 
    y : int
)

Parameters

  • x
    Type: System. . :: . .Int32
    The horizontal coordinate at which the leftmost edge of the image is to be placed.
  • y
    Type: System. . :: . .Int32
    The vertical coordinate at which the topmost edge of the image is to be placed.

.NET Framework Security

See Also

Reference

DrawingContext Class

DrawImage Overload

Microsoft.SPOT.Presentation.Media Namespace