CakeFest 2024: The Official CakePHP Conference

Draw Matrix

(UI 0.9.9)

Giriş

Sınıf Sözdizimi

class UI\Draw\Matrix {
/* Yöntemler */
public invert()
public isInvertible(): bool
public rotate(UI\Point $point, float $amount)
public scale(UI\Point $center, UI\Point $point)
public skew(UI\Point $point, UI\Point $amount)
public translate(UI\Point $point)
}

İçindekiler

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top