The CairoPattern class

(PECL cairo >= 0.1.0)

Wstęp

CairoPattern is the abstract base class from which all the other pattern classes derive. It cannot be instantiated directly

Krótki opis klasy

CairoPattern {
/* Metody */
public __construct ( void )
public getMatrix ( void ) : void
public getType ( void ) : int
public setMatrix ( CairoMatrix $matrix ) : void
public status ( void ) : int
}

Spis treści

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top