5
MonoTouch中的CGImageCreateWithImageInRect iOS方法等價於什麼?MonoTouch中的CGImageCreateWithImageInRect等效於什麼?
我想這個Objective-C的轉換線在C#中:
CGImageRef sampleImageRef = CGImageCreateWithImageInRect(self.CGImage, fillRect);
提前感謝!
他們實際上並不相互一致。 CreateWithImageInRect考慮rect的位置,而WithImageInRect(單聲道版本)僅考慮rect的大小。 https://developer.apple.com/library/ios/documentation/GraphicsImaging/Reference/CGImage/#//apple_ref/c/func/CGImageCreateWithImageInRect – Gandalf458