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 Class

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

image
ImageBvr object.
Z-value
NumberBvr object. This parameter can also be of type double.

Return Value

Returns the MontageBvr object.

union

Statics Class

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 Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.