Selection.java 文件源码

java
阅读 26 收藏 0 点赞 0 评论 0

项目:PaintPlusPlus 作者:
void commitSelectionOval(Rect rect, Op op)
{
    ActionSelectionChange action = new ActionSelectionChange(image);
    action.setOldRegion();

    RectF rectF = new RectF(rect);
    Path ovalPath = new Path();
    ovalPath.addOval(rectF, CW);

    Region ovalRegion = new Region();
    ovalRegion.setPath(ovalPath, new Region(0, 0, imageRect.right, imageRect.bottom));

    region.op(ovalRegion, op);
    updatePath();

    action.applyAction();
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号