php man page for cairo_matrix_init_identity

Query: cairo_matrix_init_identity

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CAIRO_MATRIX_INIT_IDENTITY(3)						 1					     CAIRO_MATRIX_INIT_IDENTITY(3)

CairoMatrix::initIdentity - Creates a new identity matrix

       Object oriented style (method):

SYNOPSIS
publicstatic void CairoMatrix::initIdentity (void )
DESCRIPTION
Procedural style: object cairo_matrix_init_identity (void ) Creates a new matrix that is an identity transformation. An identity transformation means the source data is copied into the destination data without change
PARAMETERS
This function has no parameters.
RETURN VALUES
Returns a new CairoMatrix object that can be used with surfaces, contexts, and patterns.
EXAMPLES
Example #1 Object oriented style <?php /* Create a new Matrix */ $matrix = CairoMatrix::initIdentity(); ?> Example #2 Procedural style <?php /* Create a new Matrix */ $matrix = cairo_matrix_init_identity(); ?>
SEE ALSO
CairoMatrix::__construct, CairoMatrix::initRotate, CairoMatrix::initScale, CairoMatrix::initTranslate. PHP Documentation Group CAIRO_MATRIX_INIT_IDENTITY(3)
Related Man Pages
cairo_matrix_init(3) - php
cairo_fill_preserve(3) - php
curl_file_create(3) - php
datetime.gettimezone(3) - php
datetimeinterface.gettimestamp(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework &amp; Coursework Questions Forum
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Please Welcome Nicki Paul to the Moderator Team!