Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cairo_surface_mark_dirty_rectangle(3) [php man page]

CAIRO_SURFACE_MARK_DIRTY_RECTANGLE(3)					 1				     CAIRO_SURFACE_MARK_DIRTY_RECTANGLE(3)

cairo_surface_mark_dirty_rectangle - Description

SYNOPSIS
void cairo_surface_mark_dirty_rectangle (CairoSurface $surface, float $x, float $y, float $width, float $height) DESCRIPTION
The function description goes here. Warning This function is currently not documented; only its argument list is available. PARAMETERS
o $surface - Description... o $x - Description... o $y - Description... o $width - Description... o $height - Description... RETURN VALUES
What is returned on success and failure ERRORS
/EXCEPTIONS When does this function issue E_* level errors, and/or throw exceptions. EXAMPLES
Example #1 cairo_surface_mark_dirty_rectangle(3) example Any text that describes the purpose of the example, or what goes on in the example should be here. <?php /* ... */ ?> The above example will output something similar to: SEE ALSO
related-function-name-here(3). PHP Documentation Group CAIRO_SURFACE_MARK_DIRTY_RECTANGLE(3)

Check Out this Related Man Page

CAIROPSSURFACE(3)							 1							 CAIROPSSURFACE(3)

The CairoPsSurface class

INTRODUCTION
CLASS SYNOPSIS
CairoPsSurface CairoPsSurfaceextends CairoSurface Methods o public CairoPsSurface::__construct (string $file, float $width, float $height) o public void CairoPsSurface::dscBeginPageSetup (void ) o public void CairoPsSurface::dscBeginSetup (void ) o public void CairoPsSurface::dscComment (string $comment) o public bool CairoPsSurface::getEps (void ) o publicstatic array CairoPsSurface::getLevels (void ) o publicstatic string CairoPsSurface::levelToString (int $level) o public void CairoPsSurface::restrictToLevel (string $level) o public void CairoPsSurface::setEps (string $level) o public void CairoPsSurface::setSize (string $width, string $height) Inherited methods o public CairoSurface::__construct (void ) o public void CairoSurface::copyPage (void ) o public void CairoSurface::createSimilar (CairoSurface $other, int $content, string $width, string $height) o public void CairoSurface::finish (void ) o public void CairoSurface::flush (void ) o public int CairoSurface::getContent (void ) o public array CairoSurface::getDeviceOffset (void ) o public void CairoSurface::getFontOptions (void ) o public int CairoSurface::getType (void ) o public void CairoSurface::markDirty (void ) o public void CairoSurface::markDirtyRectangle (string $x, string $y, string $width, string $height) o public void CairoSurface::setDeviceOffset (string $x, string $y) o public void CairoSurface::setFallbackResolution (string $x, string $y) o public void CairoSurface::showPage (void ) o public int CairoSurface::status (void ) o public void CairoSurface::writeToPng (string $file) PHP Documentation Group CAIROPSSURFACE(3)
Man Page

3 More Discussions You Might Find Interesting

1. AIX

2 way and 4 way Hardware Description

Hi, I would like to know the significance of 2 way and 4 way and 8 way Hardware Description, like 2 way p595 and 4 way p695 servers. What exactly does "2 way", "4 way" mean ? (1 Reply)
Discussion started by: praveenr
1 Replies

2. UNIX for Dummies Questions & Answers

merge lines within a file that start with a similar pattern

Hello! i have a text file.. which contains the data as follows i want to merge the declarations lines pertaining to one datatype in to a single line as follows i've searched the forum for help.. but couldn't find much help.. how can i do this?? (1 Reply)
Discussion started by: a_ba
1 Replies

3. UNIX for Advanced & Expert Users

Show Asterisks when changing Password

Note: **Showing Asterisks when using SUDO is not what I am looking for. That method is well documented** Short Description: We have a requirement where users want to see that they are typing a password when logging into a RedHat box or when they are changing their password -- instead of... (1 Reply)
Discussion started by: caperjm
1 Replies