CwGetRegion

Sintassi:

hRegion = CwGetRegion(hEffect)

        hRegion         (handle) Handle della regione occupata dall'effetto

        hEffect         (handle) Handle di un effetto

Descrizione:

Questa funzione ritorna uno handle per la regione associata dall'effetto passato in "hEffect" come argomento.

Esempio:

/* Crea un oggetto testo e ne cambia il testo. */

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


Funzioni per NOME

Indice

Funzioni per SCOPO