Method | Description | |
---|---|---|
CGImage ( int width, int height, int bitsPerComponent, int bitsPerPixel, int bytesPerRow, MonoMac.CoreGraphics.CGColorSpace colorSpace, CGBitmapFlags bitmapFlags, |
||
CGImage ( int width, int height, int bitsPerComponent, int bitsPerPixel, int bytesPerRow, MonoMac.CoreGraphics.CGColorSpace colorSpace, CGImageAlphaInfo alphaInfo, |
||
Clone ( ) : |
||
CreateMask ( int width, int height, int bitsPerComponent, int bitsPerPixel, int bytesPerRow, |
||
Dispose ( ) : void | ||
FromJPEG ( |
||
FromPNG ( |
||
ScreenImage ( int windownumber, |
||
WithColorSpace ( MonoMac.CoreGraphics.CGColorSpace cs ) : |
||
WithImageInRect ( |
||
WithMask ( |
||
WithMaskingColors ( float components ) : |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CGImage ( |
||
CGImage ( |
||
CGImageCreate ( int size_t_width, int size_t_height, int size_t_bitsPerComponent, int size_t_bitsPerPixel, int size_t_bytesPerRow, |
||
CGImageCreateCopy ( |
||
CGImageCreateCopyWithColorSpace ( |
||
CGImageCreateWithImageInRect ( |
||
CGImageCreateWithJPEGDataProvider ( |
||
CGImageCreateWithMask ( |
||
CGImageCreateWithMaskingColors ( |
||
CGImageCreateWithPNGDataProvider ( |
||
CGImageGetAlphaInfo ( |
||
CGImageGetBitmapInfo ( |
||
CGImageGetBitsPerComponent ( |
||
CGImageGetBitsPerPixel ( |
||
CGImageGetBytesPerRow ( |
||
CGImageGetColorSpace ( |
||
CGImageGetDataProvider ( |
||
CGImageGetDecode ( |
||
CGImageGetHeight ( |
||
CGImageGetRenderingIntent ( |
||
CGImageGetShouldInterpolate ( |
||
CGImageGetWidth ( |
||
CGImageIsMask ( |
||
CGImageMaskCreate ( int size_t_width, int size_t_height, int size_t_bitsPerComponent, int size_t_bitsPerPixel, int size_t_bytesPerRow, |
||
CGImageRelease ( |
||
CGImageRetain ( |
||
CGWindowListCreateImage ( |
||
UIGetScreenImage ( ) : |
public CGImage ( int width, int height, int bitsPerComponent, int bitsPerPixel, int bytesPerRow, MonoMac.CoreGraphics.CGColorSpace colorSpace, CGBitmapFlags bitmapFlags, |
||
width | int | |
height | int | |
bitsPerComponent | int | |
bitsPerPixel | int | |
bytesPerRow | int | |
colorSpace | MonoMac.CoreGraphics.CGColorSpace | |
bitmapFlags | CGBitmapFlags | |
provider | ||
decode | float | |
shouldInterpolate | bool | |
intent | CGColorRenderingIntent | |
return | System |
public CGImage ( int width, int height, int bitsPerComponent, int bitsPerPixel, int bytesPerRow, MonoMac.CoreGraphics.CGColorSpace colorSpace, CGImageAlphaInfo alphaInfo, |
||
width | int | |
height | int | |
bitsPerComponent | int | |
bitsPerPixel | int | |
bytesPerRow | int | |
colorSpace | MonoMac.CoreGraphics.CGColorSpace | |
alphaInfo | CGImageAlphaInfo | |
provider | ||
decode | float | |
shouldInterpolate | bool | |
intent | CGColorRenderingIntent | |
return | System |
public static CreateMask ( int width, int height, int bitsPerComponent, int bitsPerPixel, int bytesPerRow, |
||
width | int | |
height | int | |
bitsPerComponent | int | |
bitsPerPixel | int | |
bytesPerRow | int | |
provider | ||
decode | float | |
shouldInterpolate | bool | |
return |
public static FromJPEG ( |
||
provider | ||
decode | float | |
shouldInterpolate | bool | |
intent | CGColorRenderingIntent | |
return |
public static FromPNG ( |
||
provider | ||
decode | float | |
shouldInterpolate | bool | |
intent | CGColorRenderingIntent | |
return |
public static ScreenImage ( int windownumber, |
||
windownumber | int | |
bounds | ||
return |
public WithColorSpace ( MonoMac.CoreGraphics.CGColorSpace cs ) : |
||
cs | MonoMac.CoreGraphics.CGColorSpace | |
return |
public WithImageInRect ( |
||
rect | ||
return |
public WithMaskingColors ( float components ) : |
||
components | float | |
return |