CoreGraphics

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val LIB: String

Functions

Link copied to clipboard
external fun CGBitmapContextCreate(buffer: Pointer?, width: Int, height: Int, bits: Int, stride: Int, colorSpace: Pointer?, alphaInfo: Int): Pointer?
Link copied to clipboard
external fun CGColorSpaceCreateDeviceRGB(): Pointer?
Link copied to clipboard
external fun CGContextDrawImage(context: Pointer?, rect: CoreGraphicsImageFormatProvider.CGRect.ByValue, cgImage: Pointer?)
Link copied to clipboard
external fun CGContextFlush(context: Pointer?)
Link copied to clipboard
external fun CGDataProviderCopyData(dataProvider: Pointer?): Pointer?
Link copied to clipboard
external fun CGImageGetDataProvider(image: Pointer?): Pointer?
Link copied to clipboard
external fun CGImageGetHeight(ptr: Pointer?): Int
Link copied to clipboard
external fun CGImageGetWidth(ptr: Pointer?): Int
Link copied to clipboard
external fun CGMainDisplayID(): Int