Index Topic Contents | |||
Previous Topic: Static Fields (Miscellaneous) Next Topic: Static Fields Relevant to MontageBvr Objects |
Static Methods Relevant to MontageBvr Objects
Statics Class
imageMontageCreates 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.
Statics Class
unionCreates 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.