gpt4 book ai didi

iphone - CGLayer 上的 UIImage

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:49:15 25 4
gpt4 key购买 nike

我想在 CGLayer 上绘制一个简单的 UIImage,但找不到任何有用的资源来完成它。请告诉我如何在 CGLayer 上绘制 UIImage。

谢谢!

最佳答案

您要找的是这个吗?

CGContextRef layerCtx = CGLayerGetContext(layer);
CGContextDrawImage(layerCtx, (CGRect){ CGPointZero, myImage.size }, myImage.CGImage);

关于iphone - CGLayer 上的 UIImage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11789073/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com