|
|
|
IDXGradient Interface |
|
CLSID |
{C6365470-F667-11D1-9067-00C04FD9189D} |
|
IID_IDXGradient |
{B2024B51-EE77-11D1-9066-00C04FD9189D} |
|
The IDXGradient
interface produces gradient images that fade gradually from one color to
another. |
|
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. |
|
IDXGradient Members |
Description |
|
SetGradient |
Sets the parameters used to produce the gradient surface. |
|
GetOutputSize |
Retrieves the size of the output surface. |
|
SetGradient |
|
FUNCTION
IDXGradient_SetGradient
( _ , BYVAL StartColor AS DXSAMPLE _ , BYVAL EndColor AS DXSAMPLE _ , BYVAL bHorizontal AS LONG _ ) AS
LONG |
|
GetOutputSize |
|
FUNCTION
IDXGradient_GetOutputSize
( _ , BYREF pOutSize AS apiSIZE _ ) AS
LONG |
Page last updated on Monday, 03 April 2006 19:47:12 +0200