Index Topic Contents | |||
Previous Topic: Miscellaneous DAStatic Properties Next Topic: DAStatic Properties Relevant to DAMontage Objects |
DAStatic Functions Relevant to DAMontage Objects
DAStatics Class
ImageMontageAnimCreates a DAMontage object consisting of a single DAImage object at the given Z-value.
lib.ImageMontageAnim(
image,
Z-value
)Parameters
- image
- The DAImage object.
- Z-value
- The DANumber object, specifying the Z-value. This must be an animated number.
Return Values
Returns the DAMontage object.
DAStatics Class
ImageMontageSame as ImageMontageAnim except that the arguments are non-animated numbers.
lib.ImageMontage(
image,
Z-value
)DAStatics Class
UnionMontageCreates a DAMontage object by combining the given arguments.
lib.UnionMontage(
m1,
m2
)Parameters
- m1 and m2
- The DAMontage objects to be combined.
Return Values
Returns the DAMontage object.
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.