>>-aButtonControl~DimBitmap(--bmpHandle--,--width--,--height--,--> +-2-----+ +-2-----+ +-10----+ >--+-------+--,--+-------+--,--+-------+--)-------------------->< +-stepx-+ +-stepy-+ +-steps-+
The DimBitmap method draws a bitmap step by step.
The arguments are:
A handle to the bitmap loaded with LoadBitmap.
The extensions of the bitmap.
The number of incremental pixels displayed at each step. The default is 2,2.
The number of iterations used to display the bitmap. The default is 10.
This method does not return a value.