- CGImage - CGImage(IntPtr) 
- CGImage(Int32, Int32, Int32, Int32, Int32, CGColorSpace, CGBitmapFlags, CGDataProvider, nfloat[], Boolean, CGColorRenderingIntent) 
- CGImage(Int32, Int32, Int32, Int32, Int32, CGColorSpace, CGBitmapFlags, CGDataProvider, NFloat[], Boolean, CGColorRenderingIntent) 
- CGImage(Int32, Int32, Int32, Int32, Int32, CGColorSpace, CGImageAlphaInfo, CGDataProvider, nfloat[], Boolean, CGColorRenderingIntent) 
- CGImage(Int32, Int32, Int32, Int32, Int32, CGColorSpace, CGImageAlphaInfo, CGDataProvider, NFloat[], Boolean, CGColorRenderingIntent) 
- ~CGImage() 
- AlphaInfo 
- BitmapInfo 
- BitsPerComponent 
- BitsPerPixel 
- ByteOrderInfo 
- BytesPerRow 
- ColorSpace 
- DataProvider 
- Decode 
- Handle 
- Height 
- IsMask 
- PixelFormatInfo 
- RenderingIntent 
- ScreenImage 
- ShouldInterpolate 
- UTType 
- Width 
- Clone() 
- CreateMask(Int32, Int32, Int32, Int32, Int32, CGDataProvider, nfloat[], Boolean) 
- CreateMask(Int32, Int32, Int32, Int32, Int32, CGDataProvider, NFloat[], Boolean) 
- Dispose() 
- Dispose(Boolean) 
- FromJPEG(CGDataProvider, nfloat[], Boolean, CGColorRenderingIntent) 
- FromJPEG(CGDataProvider, NFloat[], Boolean, CGColorRenderingIntent) 
- FromPNG(CGDataProvider, nfloat[], Boolean, CGColorRenderingIntent) 
- FromPNG(CGDataProvider, NFloat[], Boolean, CGColorRenderingIntent) 
- Release() 
- Retain() 
- ScreenImage(Int32, CGRect) 
- ScreenImage(Int32, CGRect, CGWindowListOption, CGWindowImageOption) 
- WithColorSpace(CGColorSpace) 
- WithImageInRect(CGRect) 
- WithMask(CGImage) 
- WithMaskingColors(nfloat[]) 
- WithMaskingColors(NFloat[]) 
 
xamarinios
    namespace CoreGraphics
{
    public class CGImage : INativeObject, IDisposable
    {
        public static CGImage CreateMask(int width, int height, int bitsPerComponent, int bitsPerPixel, int bytesPerRow, CGDataProvider provider, nfloat[] decode, bool shouldInterpolate);
    }
}
            | nuget.org | 0.0 % Reference this API | 
|---|---|
| Xamarin iOS | 0.0 | 
| Xamarin macOS | 0.0 | 
| Xamarin tvOS | 0.0 | 
| Xamarin watchOS | 0.0 | 
| Information specific to xamarinios | |
| Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 | 
| Referencing | The API is automatically referenced. | 
| Platform Restrictions | This framework does not have platform annotations. | 
- Built-in API
- Package-provided API