PSPDFDrawingPoint
Objective-C
typedef struct PSPDFDrawingPoint PSPDFDrawingPoint
Models a point used for natural drawing.
Use PSPDFDrawingPointFromCGPoint
to convert from a point with default intensity.
Note
The type encoding of this struct needs to remain consistent, because drawing point data can be serialized in NSValue objects.-
Models a point used for natural drawing. Use
PSPDFDrawingPointFromCGPoint
to convert from a point with default intensity.Note
The type encoding of this struct needs to remain consistent, because drawing point data can be serialized in NSValue objects.Declaration
Objective-C
struct {}
Swift
struct DrawingPoint