imageMontage Creates a montage behavior consisting of a single image behavior at the given z-value. union Creates a montage behavior by combining the given montage behaviors.
Creates a montage behavior consisting of a single image behavior at the given z-value.
Syntax
public static MontageBvr imageMontage( ImageBvr image, NumberBvr Z-value );
Parameters
Return Value
Returns the MontageBvr object.
Creates a montage behavior by combining the given montage behaviors.
Syntax
public static MontageBvr union( MontageBvr m1, MontageBvr m2 );
Parameters
- m1 and m2
- MontageBvr objects.
Return Value
Returns the MontageBvr object.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.