AnimateColumns Property

Measurement Studio User Interface

AnimateColumns Property

Syntax

CWImage.AnimateColumns

Data Type

Long

Purpose

Specifies the number of columns in a bitmap that is being used for animation.

Remarks

The AnimateColumns and AnimateRows properties 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.

For example, setting AnimateColumns = 10 and AnimateRows = 1 indicates that the bitmap image you've selected must be divided into 10 columns. During animation, the control cycles through the portion of the image in each column.

This property does not apply to CWImage objects representing captions.

See Also

AnimateRows