compositemethod专题

开源图形库Thor Vector Graphics:Paint类, Result、 CompositeMethod、 BlendMethod 枚举类型

0. 简介 开源图形库Thor Vector Graphics的Paint类是一个用于绘制图形的API类,提供了各种功能来控制绘制对象的外观和行为。所属头文件:thorvg.h 1. 成员函数与使用方法 Result rotate(float degree) noexcept:设置对象的旋转角度。 使用方法:传入旋转的角度值,以度为单位。注意事项:旋转角度是顺时针方向的,以水平轴为基准。 R