Instance Property
supportedOperations
Defaults to GSPenOperationQuadratic | GSPenOperationCubic | GSPenOperationQuartic | GSPenOperationHobby | GSPenOperationRaph.
Declaration
var supportedOperations: GSPenOperation { get set }Declaration
@property (nonatomic) GSPenOperation supportedOperations;Declaration
supportedOperations() -> GSPenOperation
setSupportedOperations_(supportedOperations: GSPenOperation)Discussion
Set this value to exclude any of the default options to convert them to one of the supported operations. At a minimum, cubic operations must be supported.