- PHP 手册
- 函数参考
- 图像生成和处理
- Cairo
The CairoSurfacePattern class
(PECL cairo >= 0.1.0)
简介
类摘要
CairoSurfacePattern extends CairoPattern { /* 方法 */ public __construct ( CairoSurface$surface
)
public getExtend
( void
) : int
public getFilter
( void
) : int
public getSurface
( void
) : void
public setExtend
( int $extend
) : void
public setFilter
( int $filter
) : void
/* 继承的方法 */
public CairoPattern::__construct
( void
)
public CairoPattern::getMatrix
( void
) : void
public CairoPattern::getType
( void
) : int
public CairoPattern::setMatrix
( CairoMatrix $matrix
) : void
public CairoPattern::status
( void
) : int
}
Table of Contents
- CairoSurfacePattern::__construct — The __construct purpose
- CairoSurfacePattern::getExtend — The getExtend purpose
- CairoSurfacePattern::getFilter — The getFilter purpose
- CairoSurfacePattern::getSurface — The getSurface purpose
- CairoSurfacePattern::setExtend — The setExtend purpose
- CairoSurfacePattern::setFilter — The setFilter purpose
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/class.cairosurfacepattern.php