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

Static Methods Relevant to TupleBvr Objects



pairBvr

Statics Class

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

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

Parameters
first
The first Behavior object in the TupleBvr.
second
The second Behavior object in the TupleBvr.
Return Values

Returns the TupleBvr object.


tripleBvr

Statics Class

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

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

Parameters
first
The first Behavior object in the TupleBvr.
second
The second Behavior object in the TupleBvr.
third
The third Behavior object in the TupleBvr.
Return Values

Returns the TupleBvr object.

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

*Top of Page