DimBitmap

>>-aButtonControl~DimBitmap(--bmpHandle--,--width--,--height--,-->

   +-2-----+     +-2-----+     +-10----+
>--+-------+--,--+-------+--,--+-------+--)--------------------><
   +-stepx-+     +-stepy-+     +-steps-+


The DimBitmap method draws a bitmap step by step.

Arguments:

The arguments are:

bmpHandle

A handle to the bitmap loaded with LoadBitmap.

width, height

The extensions of the bitmap.

stepx, stepy

The number of incremental pixels displayed at each step. The default is 2,2.

steps

The number of iterations used to display the bitmap. The default is 10.

Return value:

This method does not return a value.