PHP Velho Oeste 2024

CairoSurface::markDirtyRectangle

(PECL cairo >= 0.1.0)

CairoSurface::markDirtyRectangleThe markDirtyRectangle purpose

Description

public CairoSurface::markDirtyRectangle ( float $x , float $y , float $width , float $height ) : void

The method description goes here.

Warning

This function is currently not documented; only its argument list is available.

Parameters

x

Description...

y

Description...

width

Description...

height

Description...

Return Values

Description...

Examples

Example #1 CairoSurface::markDirtyRectangle() example

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

The above example will output something similar to:

...

See Also

  • Classname::Method()

add a note add a note

User Contributed Notes

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