Static Methods Relevant to MontageBvr Objects



imageMontage

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

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.

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