InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method skews an element along the X and Y-axis by the given angles using tranform?(a) skewX()(b) skewy()(c) skew-X-Y()(d) skew() |
|
Answer» Correct option is (d) skew() The explanation is: Self-explainatory. |
|