Метод | Описание | |
---|---|---|
Rotate ( this m, double radians ) : Matrix | ||
Rotate ( this m, double radians, double cx, double cy ) : Matrix | ||
Scale ( this m, double sx, double sy ) : Matrix | ||
Scale ( this m, double sx, double sy, double cx, double cy ) : Matrix | ||
Translate ( this m, double dx, double dy ) : Matrix |
public static Rotate ( this m, double radians ) : Matrix | ||
m | this | |
radians | double | |
Результат | Matrix |
public static Rotate ( this m, double radians, double cx, double cy ) : Matrix | ||
m | this | |
radians | double | |
cx | double | |
cy | double | |
Результат | Matrix |
public static Scale ( this m, double sx, double sy ) : Matrix | ||
m | this | |
sx | double | |
sy | double | |
Результат | Matrix |
public static Scale ( this m, double sx, double sy, double cx, double cy ) : Matrix | ||
m | this | |
sx | double | |
sy | double | |
cx | double | |
cy | double | |
Результат | Matrix |
public static Translate ( this m, double dx, double dy ) : Matrix | ||
m | this | |
dx | double | |
dy | double | |
Результат | Matrix |