Man Page: cairo_matrix_init_identity
Operating Environment: php
Section: 3
CAIRO_MATRIX_INIT_IDENTITY(3) 1 CAIRO_MATRIX_INIT_IDENTITY(3) CairoMatrix::initIdentity - Creates a new identity matrix Object oriented style (method):SYNOPSISpublicstatic void CairoMatrix::initIdentity (void )DESCRIPTIONProcedural 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 changePARAMETERSThis function has no parameters.RETURN VALUESReturns a new CairoMatrix object that can be used with surfaces, contexts, and patterns.EXAMPLESExample #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 ALSOCairoMatrix::__construct, CairoMatrix::initRotate, CairoMatrix::initScale, CairoMatrix::initTranslate. PHP Documentation Group CAIRO_MATRIX_INIT_IDENTITY(3)
| Related Man Pages |
|---|
| datetimeimmutable.gettimestamp(3) - php |
| cairo_close_path(3) - php |
| cairo_font_face_status(3) - php |
| curl_file_create(3) - php |
| resourcebundle_create(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Simple rules of the UNIX.COM forums: |
| Forum Video Tutorial: How to Use Code Tags |
| Status of UNIX.COM Forum Transformation |
| Please Welcome Nicki Paul to the Moderator Team! |