DirectAnimation Animated Header --DAStatic Functions Relevant to DAMontage Objects DirectAnimation Animated Header --DAStatic Functions Relevant to DAMontage Objects* Microsoft DirectAnimation SDK
*Index  *Topic Contents
*Previous Topic: Miscellaneous DAStatic Properties
*Next Topic: DAStatic Properties Relevant to DAMontage Objects

DAStatic Functions Relevant to DAMontage Objects



ImageMontageAnim

DAStatics Class

Creates 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.


ImageMontage

DAStatics Class

Same as ImageMontageAnim except that the arguments are non-animated numbers.

lib.ImageMontage(
  image,
  Z-value
  )


UnionMontage

DAStatics Class

Creates 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.

*Top of Page