Tiles the current image.
Visual Basic |
---|
Public Sub Tile( _ ByVal IPTileWidth As Long, _ ByVal IPTileHeight As Long _ ) |
- IPTileWidth
- The width of the resulting tiled image.
- IPTileHeight
- The height of the resulting tiled image.
Caution: Entering large values in for the IPTileWidth and IPTileHeight can create a large image and may increase processing time considerably.