A DADXTransformResult object is used to display the results of a Microsoft® DirectX® Transform effect in Microsoft DirectAnimation®. To create a DADXTransformResult object, use the DAStatics function ApplyDXTransform.
Note that to use 3-D transforms, you must have DirectX 6.x or later installed. To use some 2-D DirectX Transform effects, you must have optional DLLs installed. You can install these by choosing "Optional Transforms" when you install the DirectX Media SDK. See Using DirectX Transform Effects for a complete list of DirectX Transform effects and what additional software, if any, is required to use each. Instantiation of the DirectX Transform COM object will fail if you attempt to use transforms without the proper software installed.
For relevant functions in the DAStatics class, see Relevant Functions from the DAStatics Class.
DADXTransformResult Functions
PutBvrAsProperty Associates a DABehavior object with the property of a DirectX Transform object.
DADXTransformResult Properties
OutputBvr A read-only property (a DABehavior object) that is the result of the DirectX Transform effect created in the ApplyDXTransform function. TheTransform A read-only property that identifies the DirectX Transform object used to create the OutputBvr.
This section contains reference material for the DADXTransformResult functions.
Associates a DABehavior object with the property of a DirectX Transform object.
Syntax
dxtObj.PutBvrAsProperty( property, bvr )
Parameters
- property
- String (BSTR) identifying the DirectX Transform object property to be associated with a DABehavior object.
- bvr
- DABehavior object to be associated with the DirectX Transform object's property.
Remarks
You can use this function only with versions of DirectAnimation 6.x or later.
DADXtransformResult Properties
This section contains reference material for the DADXtransformResult properties.
OutputBvr
DADXTransformResult ClassIdentifies the DABehavior object that is the result of the DirectX Transform effect created in the ApplyDXTransform function.
Syntax
dxtObj.OutputBvrReturn Value
Returns the DABehavior object that is the result in DirectAnimation of the DirectX Transform effect.
Remarks
You can use this function only with versions of DirectAnimation 6.x or later.
TheTransform
DADXTransformResult ClassIdentifies the DirectX transform used to create the OutputBvr.
Syntax
dxtObj.TheTransformReturn Value
Returns the address of the IDispatch interface of the DirectX Transform object.
Remarks
You can use this function only with versions of DirectAnimation 6.x or later.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.