e659. 缩放,剪取,移动,翻转图形

Posted borter

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了e659. 缩放,剪取,移动,翻转图形相关的知识,希望对你有一定的参考价值。

 AffineTransform tx = new AffineTransform();
    tx.scale(scalex, scaley);
    tx.shear(shiftx, shifty);
    tx.translate(x, y);
    tx.rotate(radians);
    Shape newShape = tx.createTransformedShape(shape);

 

Related Examples

以上是关于e659. 缩放,剪取,移动,翻转图形的主要内容,如果未能解决你的问题,请参考以下文章

WPF 中Canvas图形移动缩放代码

uniapp微信小程序图片裁剪插件,支持自定义尺寸定点等比例缩放拖动图片翻转剪切圆形/圆角图片定制样式

一键缩放和翻转功能,鼠标经过翻转和缩放功能

一键缩放和翻转功能,鼠标经过翻转和缩放功能

根据当前鼠标位置缩放图形

canvas 平移&缩放