![]() |
![]() | ![]() |
![]() |
| |||
|
Statics Methods Relevant to MontageBvr Objects
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. imageMontage
Statics ClassCreates 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
- image
- ImageBvr object.
- Z-value
- NumberBvr object. This parameter can also be of type double.
Return Value
Returns the MontageBvr object.
union
Statics ClassCreates 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.