Uses of Class
org.robovm.apple.coregraphics.CGPathDrawingMode
| Package | Description |
|---|---|
| org.robovm.apple.coregraphics |
-
Uses of CGPathDrawingMode in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGPathDrawingMode Modifier and Type Method Description static CGPathDrawingModeCGPathDrawingMode. valueOf(long n)Returns the enum constant of this type with the specified name.static CGPathDrawingModeCGPathDrawingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CGPathDrawingMode[]CGPathDrawingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coregraphics with parameters of type CGPathDrawingMode Modifier and Type Method Description voidCGContext. drawPath(CGPathDrawingMode mode)booleanCGContext. pathContainsPoint(CGPoint point, CGPathDrawingMode mode)