Crate objc2_pencil_kit

Crate objc2_pencil_kit 

Source
Expand description

§Bindings to the PencilKit framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

PKContentVersionPKContentVersion
A version specifying which PencilKit features are used/allowed.
PKDrawingPKDrawing
The data model object for storing drawing data created from PKCanvasView.
PKEraserToolPKEraserTool and PKTool
An eraser tool for erasing parts of a drawing.
PKEraserTypePKEraserTool
Apple’s documentation
PKFloatRangePKFloatRange
Apple’s documentation
PKInkPKInk
PKInk provides a description of how marks on a PKCanvas render and are created.
PKInkingToolPKInkingTool and PKTool
A tool for drawing on a PKCanvasView.
PKLassoToolPKLassoTool and PKTool
A lasso tool for selecting parts of a drawing.
PKStrokePKStroke
The data model value representing a stroke in a PKDrawing.
PKStrokePathPKStrokePath
A uniform cubic B-spline representing the point data of a PKStroke.
PKStrokePointPKStrokePoint
A point value stores all the attributes of a PKStroke at a specific point. PKStrokePoint stores its properties compressed, the value read for a property may not exactly equal the value set for a property.
PKToolPKTool
An interaction behavior for a PKCanvasView. Should not be subclassed outside of the PencilKit framework.
PKToolPickerEraserItemPKToolPickerEraserItem and PKToolPickerItem
A user interface for an eraser tool item in PKToolPicker.
PKToolPickerInkingItemPKToolPickerInkingItem and PKToolPickerItem
A user interface for an inking tool item in PKToolPicker.
PKToolPickerItemPKToolPickerItem
A user interface for a tool item in PKToolPicker.

Statics§

PKAppleDrawingTypeIdentifierPKDrawing and objc2-core-foundation
The UTType for storing drawing data.
PKInkTypeCrayonPKInkType
Apple’s documentation
PKInkTypeFountainPenPKInkType
Apple’s documentation
PKInkTypeMarkerPKInkType
Apple’s documentation
PKInkTypeMonolinePKInkType
Apple’s documentation
PKInkTypePenPKInkType
Apple’s documentation
PKInkTypePencilPKInkType
Apple’s documentation
PKInkTypeReedPKInkType
Apple’s documentation
PKInkTypeWatercolorPKInkType
Apple’s documentation

Type Aliases§

PKInkTypePKInkType
Apple’s documentation