|
|
|
IDXTScale Interface |
|
CLSID_DXTScale |
{555278E2-05DB-11D1-883A-3C8B00C10000} |
|
IID_IDXTScale |
{B39FD742-E139-11D1-9065-00C04FD9189D} |
|
The IDXTScale interface controls how the transform scales the input data to produce the output surface and what filter type it should use. This interface inherits from the IUnknown interface.
Remarks |
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDXTScale Members |
Description |
|
SetScales |
Sets the x-axis and y-axis scale factors. |
|
GetScales |
Retrieves the x-axis and y-axis scale factors. |
|
ScaleFitToSize |
Sets the scale factors used to fit a portion of the input to match a specified size. |
|
SetScales |
|
FUNCTION
IDXTScale_SetScales (
_ , BYVAL Scales AS DWORD _ ) AS
LONG |
|
GetScales |
|
FUNCTION
IDXTScale_GetScales (
_ , BYVAL Scales AS DWORD _ ) AS
LONG |
|
ScaleFitToSize |
|
FUNCTION
IDXTScale_ScaleFitToSize
( _ , BYREF pClipBounds AS DXBNDS _ , BYVAL FitToSize AS apiSIZE _ , BYVAL bMaintainAspect AS LONG _ ) AS
LONG |
Page last updated on Monday, 03 April 2006 19:50:59 +0200