DirectAnimation Animated Header --Static Methods Relevant to MontageBvr Objects DirectAnimation Animated Header --Static Methods Relevant to MontageBvr Objects* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: Static Fields (Miscellaneous)
*Next Topic: Static Fields Relevant to MontageBvr Objects

Static Methods Relevant to MontageBvr Objects



imageMontage

Statics Class

Creates a montage behavior consisting of a single image behavior at the given Z-value.

public static MontageBvr imageMontage(
  ImageBvr image,
  NumberBvr Z-value
  );

Parameters
image
The ImageBvr object.
Z-value
The NumberBvr object. This parameter can also be of type double.
Return Values

Returns the MontageBvr object.


union

Statics Class

Creates a montage behavior by combining the given montage behaviors.

public static MontageBvr union(
  MontageBvr m1,
  MontageBvr m2
  );

Parameters
m1 and m2
The MontageBvr objects.
Return Values

Returns the MontageBvr object.

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page