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

CAIRO_PATTERN_ADD_COLOR_STOP_RGB(3)					 1				       CAIRO_PATTERN_ADD_COLOR_STOP_RGB(3)

cairo_pattern_add_color_stop_rgb - Description

SYNOPSIS
void cairo_pattern_add_color_stop_rgb (CairoGradientPattern $pattern, float $offset, float $red, float $green, float $blue) DESCRIPTION
The function description goes here. Warning This function is currently not documented; only its argument list is available. PARAMETERS
o $pattern - Description... o $offset - Description... o $red - Description... o $green - Description... o $blue - 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_pattern_add_color_stop_rgb(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_PATTERN_ADD_COLOR_STOP_RGB(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