Declaration

var supportedOperations: GSPenOperation { get }

Declaration

@property (nonatomic, readonly) GSPenOperation supportedOperations;

Declaration

supportedOperations() -> GSPenOperation

Discussion

Subclasses may customize the default value and allow setting custom subsets. At a minimum, cubic operations must be supported by all subclasses.