gpt4 book ai didi

c# - MonoTouch 中 CGImageCreateWithImageInRect 的等价物是什么?

转载 作者:可可西里 更新时间:2023-11-01 04:21:45 26 4
gpt4 key购买 nike

MonoTouch 中 CGImageCreateWithImageInRect iOS 方法的等价物是什么?

我正在尝试在 C# 中转换此 Objective-C 行:

CGImageRef sampleImageRef = CGImageCreateWithImageInRect(self.CGImage, fillRect);

提前致谢!

最佳答案

CoreGraphics 函数CGImageCreateWithImageInRect 对应于CGImageWithImageInRect 方法。 API 签名是:

public CGImage WithImageInRect (RectangleF rect)

从 ObjectiveC 翻译后,您的源代码应如下所示:

 CGImage sampleImageRef = this.CGImage.WithImageInRect (fillRect);

关于c# - MonoTouch 中 CGImageCreateWithImageInRect 的等价物是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7487067/

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