call CwSetRegion hEffect, sRegionName hEffect (handle) Handle to the effect to change. sRegionName (string) Name of the region to switch to.
Available region names are:
"Custom Region" "User Draw" "Ramp" "Ellipse Fade" "Headline Text" "Block Text" "Rectangle" "Ellipse" "Shape"
/* Create an effect, then change its region to "Block Text". */ w1 = CwCreateEffect("headline text", "color fade") call CwSetPosition w1, 5.5, 4.25, 5, 4, 0, 0 call CwSetRegion w1, "block text"
Functions by NAME |
Index |
Functions by PURPOSE |