org.rococoa.cocoa.coregraphics
Interface CoreGraphicsLibrary.CGPathDrawingMode

Enclosing interface:
CoreGraphicsLibrary

public static interface CoreGraphicsLibrary.CGPathDrawingMode

native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreGraphics.framework/Headers/CGContext.h:41
enum values


Field Summary
static int kCGPathEOFill
           
static int kCGPathEOFillStroke
           
static int kCGPathFill
           
static int kCGPathFillStroke
           
static int kCGPathStroke
           
 

Field Detail

kCGPathFill

static final int kCGPathFill
See Also:
Constant Field Values

kCGPathEOFill

static final int kCGPathEOFill
See Also:
Constant Field Values

kCGPathStroke

static final int kCGPathStroke
See Also:
Constant Field Values

kCGPathFillStroke

static final int kCGPathFillStroke
See Also:
Constant Field Values

kCGPathEOFillStroke

static final int kCGPathEOFillStroke
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.