The CairoPattern class

(PECL cairo >= 0.1.0)

簡介

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

類別摘要

CairoPattern {
/* 方法 */
public __construct ( void )
public void getMatrix ( void )
public int getType ( void )
public void setMatrix ( string $matrix )
public int status ( void )
}

Table of Contents

add a note add a note

User Contributed Notes

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