Uses of Class
org.robovm.apple.pencilkit.PKInk
| Package | Description |
|---|---|
| org.robovm.apple.pencilkit |
-
Uses of PKInk in org.robovm.apple.pencilkit
Methods in org.robovm.apple.pencilkit that return PKInk Modifier and Type Method Description PKInkPKInkingTool. getInk()PKInkPKStroke. getInk()Methods in org.robovm.apple.pencilkit with parameters of type PKInk Modifier and Type Method Description protected longPKInkingTool. init(PKInk ink, double width)protected longPKStroke. init(PKInk ink, PKStrokePath strokePath, CGAffineTransform transform, UIBezierPath mask)Constructors in org.robovm.apple.pencilkit with parameters of type PKInk Constructor Description PKInkingTool(PKInk ink, double width)PKStroke(PKInk ink, PKStrokePath strokePath, CGAffineTransform transform, UIBezierPath mask)