Creates a montage behavior consisting of a single image behavior at the given Z-value.
public static MontageBvr imageMontage(
ImageBvr image,
NumberBvr Z-value
);
Returns the MontageBvr object.
Creates a montage behavior by combining the given montage behaviors.
public static MontageBvr union(
MontageBvr m1,
MontageBvr m2
);
Returns the MontageBvr object.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.