public final class CGPathDrawingMode extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | EOFillFills the path area using the even-odd rule. | 
| static int | EOFillStrokeFills the path and then strokes it with the even-odd rule. | 
| static int | FillFills the path area using the non-zero winding rule. | 
| static int | FillStrokeFills the path and then strokes it with the non-zero winding rule. | 
| static int | StrokeRenders the path with a line. | 
public static final int Fill
public static final int EOFill
public static final int Stroke
public static final int FillStroke
public static final int EOFillStroke
Copyright © 2020. All rights reserved.