CwGetRegion

Syntax:

hRegion = CwGetRegion(hEffect)

        hRegion         (handle) The handle to the region of the effect

        hEffect         (handle) The handle to an effect

Description:

This function returns a handle to the region associated with the provided effect "hEffect".

Example:

/* Create a text object and change the text. */

to = CwCreateEffect("headline text", "solid color")
r = CwGetRegion(to)
call CwSetProperty r, "caption", "Hello, World"


Functions by NAME

Index

Functions by PURPOSE