Slides one image onto another in the specified way. In HIDE mode, the first image is static, while the second image slides on top of the first. In PUSH mode, the second image pushes the first image (in the forward direction, that is, both images move right). In SWAP mode, the front image and the back image first move away from each other, then they switch directions with the back image becoming the front image, then they move back toward each other.
You can also specify bands, in which case the images alternate in horizontal bands and the slide occurs across all the bands.
Note To use this transform, you need to have Microsoft® DirectX® Media 6, Microsoft Internet Explorer 5, Microsoft Windows® 98 Second Edition, or Windows 2000 installed.
For more information, see Installation and Redistribution Information.
Transform Specifications
The following table contains the information you need in order to use this transform in C++ and script.
Class identifier (CLSID) | CLSID_CrSlide |
---|---|
Globally unique identifier (GUID) | 810E402F-056B-11D2-A484-00C04F8EFB69 |
Programmatic identifier (ProgId) | DXImageTransform.Microsoft.CrSlide |
Category identifier (CATID) | CATID_DXImageTransform |
Custom interfaces | ICrSlide |
Supported interfaces | IDXEffect |
Inputs | Two required of type IDXSurface. |
Output | IDXSurface |
Custom Properties
The following table lists the custom properties that control the transform output.
Property | Type | Default | Description |
---|---|---|---|
slideStyle | BSTR | CRSS_HIDE | The type of style used to slide image one over image two. Valid parameters are CRSS_HIDE, CRSS_PUSH, and CRSS_SWAP. |
bands | short | 1 | Number of image bands in the slide effect. |
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.