How we can draw an image or any string along diagonal?
How we can draw an image or any string along diagonal, as usually they are drawn horiz开发者_如何学JAVAontally?
Do you mean you want to rotate image 45 degrees? You need take third-patry lib for non-standard transforming or write it by yourself.
But all runtime transformations take much memory and CPU. The fastest way is keeping ready images in jar or downloading them via internet.
精彩评论