PHP Doku:: Provides an appropiate stride to use - cairoformat.strideforwidth.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungCairoThe CairoFormat classCairoFormat::strideForWidth

Ein Service von Reinhard Neidl - Webprogrammierung.

The CairoFormat class

<<The CairoFormat class

The CairoFillRule class>>

CairoFormat::strideForWidth

(PECL cairo >= 0.1.0)

CairoFormat::strideForWidthProvides an appropiate stride to use

Beschreibung

public static int CairoFormat::strideForWidth ( int $format , int $width )

This method provides a stride value that will respect all alignment requirements of the accelerated image-rendering code within cairo.

Parameter-Liste

format

The desired CairoFormat to use

width

The width of the image

Rückgabewerte

The appropriate stride to use given the desired format and width, or -1 if either the format is invalid or the width too large.

Beispiele

Beispiel #1 CairoFormat::strideForWidth() example

<?php
/* ... */
?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

...

Siehe auch

  • Classname::Method()


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)