| PKCanvasView |
The view for interactively drawing, and non-interactively showing PKDrawing contents.
|
| PKDrawing |
The data model object for storing drawing data created from PKCanvasView.
|
| PKEraserTool |
An eraser tool for erasing parts of a drawing.
|
| PKFloatRange |
|
| PKInk |
PKInk provides a description of how marks on a PKCanvas render and are created.
|
| PKInkingTool |
A tool for drawing on a PKCanvasView.
|
| PKLassoTool |
A lasso tool for selection parts of a drawing.
|
| PKStroke |
The data model value representing a stroke in a `PKDrawing`.
|
| PKStrokePath |
A uniform cubic B-spline representing the point data of a `PKStroke`.
|
| PKStrokePoint |
A point value stores all the attributes of a PKStroke at a specific point.
|
| PKTool |
An interaction behavior for a PKCanvasView.
|
| PKToolPicker |
A user interface for selecting a PKTool.
|