PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

CairoImageSurface::__construct - Creates a new CairoImageSurface | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

CairoImageSurface::__construct

(PECL cairo >= 0.1.0)

CairoImageSurface::__constructCreates a new CairoImageSurface

説明

public CairoImageSurface::__construct ( int $format , int $width , int $height )

Creates a new CairoImageSuface object of type format

パラメータ

format

Can be any defined in CairoFormat

width

The width of the image surface

height

The height of the image surface

返り値

A new CairoImageSurface

例1 CairoImageSurface::__construct() example

<?php

// Creates a image with ARGB32 format of 50 width and 50 height
$surface = new CairoImageSurface(CairoFormat::ARGB3250,50);

?>

参考


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「CairoImageSurface::__construct - Creates a new CairoImageSurface」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | CairoImageSurface::__construct - Creates a new CairoImageSurface」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: