Share via


TileImage Method

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

Tiles an image.

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

Syntax

'Declaration
Public Sub TileImage ( _
    xDst As Integer, _
    yDst As Integer, _
    bitmap As Bitmap, _
    width As Integer, _
    height As Integer, _
    opacity As UShort _
)
public void TileImage(
    int xDst,
    int yDst,
    Bitmap bitmap,
    int width,
    int height,
    ushort opacity
)
public:
void TileImage(
    int xDst, 
    int yDst, 
    Bitmap^ bitmap, 
    int width, 
    int height, 
    unsigned short opacity
)
member TileImage : 
        xDst:int * 
        yDst:int * 
        bitmap:Bitmap * 
        width:int * 
        height:int * 
        opacity:uint16 -> unit 
public function TileImage(
    xDst : int, 
    yDst : int, 
    bitmap : Bitmap, 
    width : int, 
    height : int, 
    opacity : ushort
)

Parameters

  • xDst
    Type: System. . :: . .Int32
    The x-coordinate ___location of the upper-left corner of the rectangular area on the display to tile the image.
  • yDst
    Type: System. . :: . .Int32
    The y-coordinate ___location of the upper-left corner of the rectangular area on the display to tile the image.
  • opacity
    Type: System. . :: . .UInt16
    The degree of opacity of the bitmap. A value of 0 (zero) makes the bitmap completely opaque (not transparent at all); a value of 255 makes the bitmap completely transparent.

.NET Framework Security

See Also

Reference

DrawingContext Class

Microsoft.SPOT.Presentation.Media Namespace