|
|
|
IDXTScaleOutput Interface |
|
IID_IDXTScaleOutput |
{B2024B50-EE77-11D1-9066-00C04FD9189D} |
|
The IDXTScaleOutput interface is an optional interface supported by certain image transforms. It enables you to scale transform output to a specified size. It is typically supported by zero input image transforms, such as the Gradient sample included with the software development kit (SDK).
Remarks |
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDXTScaleOutput Members |
Description |
|
SetOutputSize |
Sets the size of the scaled transform output. |
|
SetOutputSize |
|
FUNCTION
IDXTScaleOutput_SetOutputSize
( _ , BYVAL OutSize AS apiSIZE _ , BYVAL bMaintainAspect AS LONG _ ) AS
LONG |
Page last updated on Monday, 03 April 2006 19:51:11 +0200