5
Qual è l'equivalente del metodo CGImageCreateWithImageInRect per iOS in MonoTouch?Qual è l'equivalente di CGImageCreateWithImageInRect in MonoTouch?
sto cercando di convertire questa linea Objective-C in C#:
CGImageRef sampleImageRef = CGImageCreateWithImageInRect(self.CGImage, fillRect);
Grazie in anticipo!
Non sono in realtà in linea con l'altro. CreateWithImageInRect prende in considerazione la posizione del rect, mentre WithImageInRect (la versione mono) prende in considerazione solo la dimensione del rect. https://developer.apple.com/library/ios/documentation/GraphicsImaging/Reference/CGImage/#//apple_ref/c/func/CGImageCreateWithImageInRect – Gandalf458