![]() |
AnimateColumns








Public Data Item |
Declared in: NiImage.h |
Declaration
long AnimateColumns;
Description
Specifies the number of columns in a bitmap that is being used for animation.
Notes:
1. AnimateColumns and AnimateRows are used together to enable animation of bitmap images. Use AnimateColumns and AnimateRows to specify the number and layout of animation frames within a bitmap.
2. For example, setting AnimateColumns to 10 and AnimateRows to 1 indicates that the bitmap image you have selected is divided into 10 columns. During animation, the control cycles through the portion of the image in each column.
3. This property does not apply to CNiImage objects representing captions.