CairoFormat::strideForWidth
(PECL cairo >= 0.1.0)
CairoFormat::strideForWidth — Provides an appropiate stride to use
Descrizione
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.
Valori restituiti
The appropriate stride to use given the desired format and width, or -1 if either the format is invalid or the width too large.
Esempi
Example #1 CairoFormat::strideForWidth() example
<?php
/* ... */
?>
Il precedente esempio visualizzerĂ qualcosa simile a:
...
Vedere anche:
- Classname::Method()
There are no user contributed notes for this page.
