org.rococoa.cocoa.coregraphics
Interface CoreGraphicsLibrary.CGWindowBackingType
- Enclosing interface:
- CoreGraphicsLibrary
public static interface CoreGraphicsLibrary.CGWindowBackingType
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreGraphics.framework/Headers/CGWindow.h
enum values
kCGBackingStoreRetained
static final int kCGBackingStoreRetained
- See Also:
- Constant Field Values
kCGBackingStoreNonretained
static final int kCGBackingStoreNonretained
- See Also:
- Constant Field Values
kCGBackingStoreBuffered
static final int kCGBackingStoreBuffered
- See Also:
- Constant Field Values
Copyright © 2009. All Rights Reserved.