Instance Property
supportedOperations
Defaults to GSPenOperationQuadratic | GSPenOperationCubic.
Declaration
var supportedOperations: GSPenOperation { get }Declaration
@property (nonatomic, readonly) GSPenOperation supportedOperations;Declaration
supportedOperations() -> GSPenOperationDiscussion
Subclasses may customize the default value and allow setting custom subsets. At a minimum, cubic operations must be supported by all subclasses.