|
CairoMatrix::initRotatecairo_matrix_init_rotateCreates a new rotated matrix BeschreibungObjektorientierter Stil (method):
public static void CairoMatrix::initRotate
( float
$radians
)Prozeduraler Stil:
object cairo_matrix_init_rotate
( float
$radians
)Creats a new matrix to a transformation that rotates by radians provided Parameter-Liste
RückgabewerteReturns a new CairoMatrix object that can be used with surfaces, contexts, and patterns. Beispiele
Beispiel #1 Objektorientierter Stil
<?php
Beispiel #2 Prozeduraler Stil
<?phpSiehe auch
|