Uses of Class
org.robovm.apple.imageio.CGImageSource
| Package | Description |
|---|---|
| org.robovm.apple.coreimage | |
| org.robovm.apple.imageio |
-
Uses of CGImageSource in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage with parameters of type CGImageSource Modifier and Type Method Description protected longCIImage. init(CGImageSource source, long index, CIImageOptions dict)Constructors in org.robovm.apple.coreimage with parameters of type CGImageSource Constructor Description CIImage(CGImageSource source, long index, CIImageOptions dict) -
Uses of CGImageSource in org.robovm.apple.imageio
Methods in org.robovm.apple.imageio that return CGImageSource Modifier and Type Method Description static CGImageSourceCGImageSource. create(CGDataProvider provider, CGImageSourceOptions options)static CGImageSourceCGImageSource. create(NSData data, CGImageSourceOptions options)static CGImageSourceCGImageSource. create(NSURL url, CGImageSourceOptions options)static CGImageSourceCGImageSource. createIncremental(CGImageSourceOptions options)Methods in org.robovm.apple.imageio with parameters of type CGImageSource Modifier and Type Method Description voidCGImageDestination. addImageFromSource(CGImageSource isrc, long index, CGImageDestinationProperties properties)booleanCGImageDestination. copyImageSource(CGImageSource isrc, CGImageDestinationCopySourceOptions options)