Generates a radial wipe (a wipe of the second image over the first that sweeps radially) of a specified type. The CRRWS_CLOCK and CRRWS_WEDGE radial wipe types start at 12 o'clock and are centered on the image. CRRWS_CLOCK sweeps the second image clockwise over the first image. CRRWS_WEDGE sweeps the second image simultaneously clockwise and counterclockwise from 12 o'clock over the first image. The CRRWS_RADIAL wipe starts with its center in the upper-left corner of the image and sweeps down from the top in a radial arc.
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_CrRadialWipe |
---|---|
Globally unique identifier (GUID) | 424B71AF-0695-11D2-A484-00C04F8EFB69 |
Programmatic identifier (ProgId) | DXImageTransform.Microsoft.CrRadialWipe |
Category identifier (CATID) | CATID_DXImageTransform |
Custom interfaces | ICrRadialWipe |
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 |
---|---|---|---|
wipeStyle | BSTR | CRRWS_CLOCK | The type of radial wipe to perform on the image. Valid parameters are CRRWS_CLOCK, CRRWS_WEDGE, and CRRWS_RADIAL. |
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.