Method | Description | |
---|---|---|
RestoreTransform ( ) : void | ||
Rotate ( double radians, double centerX = null, double centerY = null ) : void | ||
SaveTransform ( ) : void | ||
Scale ( double sx, double sy, double centerX = null, double centerY = null ) : void | ||
Transform ( |
||
Translate ( double dx, double dy ) : void |
Method | Description | |
---|---|---|
change ( Matrix m ) : void |
public Rotate ( double radians, double centerX = null, double centerY = null ) : void | ||
radians | double | |
centerX | double | |
centerY | double | |
return | void |
public Scale ( double sx, double sy, double centerX = null, double centerY = null ) : void | ||
sx | double | |
sy | double | |
centerX | double | |
centerY | double | |
return | void |
public Translate ( double dx, double dy ) : void | ||
dx | double | |
dy | double | |
return | void |