CairoMatrix::initRotate

cairo_matrix_init_rotate

(PECL cairo >= 0.1.0)

CairoMatrix::initRotate -- cairo_matrix_init_rotateCreates a new rotated matrix

说锟斤拷

锟斤拷锟斤拷锟斤拷锟斤拷锟� (method):

public static CairoMatrix::initRotate ( float $radians ) : void

锟斤拷锟教伙拷锟斤拷锟�:

cairo_matrix_init_rotate ( float $radians ) : object

Creates a new matrix to a transformation that rotates by radians provided

锟斤拷锟斤拷

radians

angle of rotation, in radians. The direction of rotation is defined such that positive angles rotate in the direction from the positive X axis toward the positive Y axis. With the default axis orientation of cairo, positive angles rotate in a clockwise direction.

锟斤拷锟斤拷值

Returns a new CairoMatrix object that can be used with surfaces, contexts, and patterns.

锟斤拷锟斤拷

Example #1 锟斤拷锟斤拷锟斤拷锟斤拷锟�

<?php
/* Create a new Matrix */
$matrix CairoMatrix::initRotate(0.3);
?>

Example #2 锟斤拷锟教伙拷锟斤拷锟�

<?php
/* Create a new Matrix */
$matrix cairo_matrix_init_rotate(0.3);
?>

锟轿硷拷