- CGBitmapInfoalias CGBitmapInfo = uint 
- Undocumented in source. 
- CGColorRenderingIntentalias CGColorRenderingIntent = uint 
- Undocumented in source. 
- CGColorSpaceRefalias CGColorSpaceRef = void* 
- Undocumented in source. 
- CGContextRefalias CGContextRef = void* 
- Undocumented in source. 
- CGDataProviderRefalias CGDataProviderRef = void* 
- Undocumented in source. 
- CGDataProviderReleaseDataCallbackalias CGDataProviderReleaseDataCallback = void* 
- Undocumented in source. 
- CGImageByteOrderInfoalias CGImageByteOrderInfo = uint 
- Undocumented in source. 
- CGImageRefalias CGImageRef = void* 
- Undocumented in source. 
- CGMakeRectalias CGMakeRect = NSMakeRect 
- Undocumented in source. 
- CGPointalias CGPoint = NSPoint 
- Undocumented in source. 
- CGRectalias CGRect = NSRect 
- Undocumented in source. 
- CGSizealias CGSize = NSSize 
- Undocumented in source. 
- da_CGContextDrawImagealias da_CGContextDrawImage = void function(CGContextRef c, CGRect rect, CGImageRef image) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- da_CGDataProviderCreateWithDataalias da_CGDataProviderCreateWithData = CGDataProviderRef function(void* info, const(void)* data, size_t size, CGDataProviderReleaseDataCallback releaseData) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- da_CGDataProviderReleasealias da_CGDataProviderRelease = void function(CGDataProviderRef provider) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- da_CGImageCreatealias da_CGImageCreate = CGImageRef function(size_t width, size_t height, size_t bitsPerComponent, size_t bitsPerPixel, size_t bytesPerRow, CGColorSpaceRef space, CGBitmapInfo bitmapInfo, CGDataProviderRef provider, const(CGFloat)* decode, bool shouldInterpolate, CGColorRenderingIntent intent) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- da_CGImageReleasealias da_CGImageRelease = void function(CGImageRef image) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
Utilities from the CoreGraphics framework.