|
|
|
IDXTransform Interface |
|
IID_IDXTransform |
{30A5FB78-E11F-11D1-9064-00C04FD9189D} |
|
The IDXTransform
interface is used to set up a transform and cause it to produce its graphics
output. This interface is exposed on all Microsoft DirectX Transform objects
created with the IDXTransformFactory::CreateTransform method. |
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDXBaseObject Members |
Description |
|
GetGenerationId |
Retrieves the current generation ID for the object. |
|
IncrementGenerationId |
Manually increments the object generation ID. |
|
GetObjectSize |
Retrieves the size, in bytes, of the data object (for example, a surface or buffer). |
|
IDXTransform Members |
Description |
|
SetUp |
Defines the input and output data objects used in the transform. |
|
Execute |
Executes the transform operation given the specified portion bounds and places the result in the destination data object. |
|
MapBoundsIn2Out |
Maps the input coordinate space to the output coordinate space. |
|
MapBoundsOut2In |
Maps the output coordinate space to the input coordinate space. |
|
SetMiscFlags |
Sets transform flags that specify how to generate the output. |
|
GetMiscFLags |
Retrieves flags that describe the behavior of the transform. |
|
GetInOutInfo |
Retrieves input or output information about the specified data object, and an optional pointer to it. |
|
SetQuality |
Sets the quality level used to render the transform result. |
|
GetQuality |
Retrieves the quality level used to render the transform result. |
|
SetUp |
|
FUNCTION
IDXTransform_Setup ( _ |
|
Execute |
|
FUNCTION
IDXTransform_Execute (
_
|
|
MapBoundsIn2Out |
|
FUNCTION
IDXTransform_MapBoundsIn2Out
( _
|
|
MapBoundsOut2In |
|
FUNCTION
IDXTransform_MapBoundsOut2In
( _ |
|
SetMiscFlags |
|
FUNCTION
IDXTransform_SetMiscFlags
( _ |
|
GetMiscFlags |
|
FUNCTION
IDXTransform_GetMiscFlags
( _ |
|
GetInOutInfo |
|
FUNCTION
IDXTransform_GetInOutInfo
( _ |
|
SetQuality |
|
FUNCTION
IDXTransform_SetQuality
( _ |
|
SetQuality |
|
FUNCTION
IDXTransform_GetQuality
( _ |
Page last updated on Monday, 03 April 2006 19:50:24 +0200