|
CairoMatrix::initIdentitycairo_matrix_init_identityCreates a new identity matrix BeschreibungObjektorientierter Stil (method):
public static void CairoMatrix::initIdentity
( void
)
Prozeduraler Stil:
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 Parameter-ListeDiese Funktion hat keine Parameter. 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
|