CNiImage::AnimateColumns

CNi

Class
CNiImage::
AnimateColumns
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: CNiImageNext page: AnimateInterval    
Public Data Item Declared in:
NiImage.h

'Declaration' icon -- Shortcut to top of page. Declaration

long AnimateColumns;

'Description' icon -- Shortcut to top of page. 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.

'See Also' icon -- Shortcut to top of page. See Also