PHP Velho Oeste 2024

Класс CairoSurface

(PECL cairo >= 0.1.0)

Введение

Базовый класс для всех других типов поверхностей.      CairoSurface - это абстрактный тип, представляющий все различные цели рисования, которые может отображать cairo. Фактические рисунки выполняются с использованием CairoContext.

Обзор классов

CairoSurface {
/* Методы */
public __construct ( void )
public copyPage ( void ) : void
public createSimilar ( CairoSurface $other , int $content , string $width , string $height ) : void
public finish ( void ) : void
public flush ( void ) : void
public getContent ( void ) : int
public getDeviceOffset ( void ) : array
public getFontOptions ( void ) : void
public getType ( void ) : int
public markDirty ( void ) : void
public markDirtyRectangle ( float $x , float $y , float $width , float $height ) : void
public setDeviceOffset ( float $x , float $y ) : void
public setFallbackResolution ( float $x , float $y ) : void
public showPage ( void ) : void
public status ( void ) : int
public writeToPng ( string $file ) : void
}

Содержание

add a note add a note

User Contributed Notes

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