| PHP » GoLang | login |
            register |
            
            about | 
| GoLang CairoMatrix::initRotate
                                request it (687)
                            GoLang replacement for PHP's CairoMatrix::initRotate
                            [edit | history] 
                             CairoMatrix::initRotatecairo_matrix_init_rotate(PECL cairo >= 0.1.0) CairoMatrix::initRotate -- cairo_matrix_init_rotate — Creates a new rotated matrix DescriptionObject oriented style (method): 
   public static void CairoMatrix::initRotate
    ( float  $radians)Procedural style: 
   object cairo_matrix_init_rotate
    ( float  $radians)Creats a new matrix to a transformation that rotates by radians provided Parameters
 
 Return ValuesReturns a new CairoMatrix object that can be used with surfaces, contexts, and patterns. Examples
 Example #1 Object oriented style 
<?php
 Example #2 Procedural style 
<?phpSee Also
 
 | 
                    more
                     Most requested
 |