Statics Methods Relevant to TupleBvr Objects DirectAnimation Animated Header --Statics Methods Relevant to TupleBvr Objects* Microsoft DirectAnimation SDK
*Topic Contents
*Previous Topic: Transform3Bvr Objects
*Next Topic: Vector2Bvr Objects

Statics Methods Relevant to TupleBvr Objects

pairBvr A convenience utility for creating a TupleBvr object with two members.
tripleBvr A convenience utility for creating a TupleBvr object with three members.

pairBvr

Statics Class

A convenience utility for creating a TupleBvr object with two members.

Syntax

public static TupleBvr pairBvr( Behavior first, Behavior second );

Parameters

first
First Behavior object in the TupleBvr.
second
Second Behavior object in the TupleBvr.

Return Value

Returns the TupleBvr object.

tripleBvr

Statics Class

A convenience utility for creating a TupleBvr object with three members.

Syntax

public static TupleBvr tripleBvr( Behavior first, Behavior second, Behavior third );

Parameters

first
First Behavior object in the TupleBvr.
second
Second Behavior object in the TupleBvr.
third
Third Behavior object in the TupleBvr.

Return Value

Returns the TupleBvr object.


Top of Page Top of Page
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.