NSSymbolEffect.castFrom constructor
NSSymbolEffect.castFrom(
- ObjCObjectBase other
Constructs a NSSymbolEffect that points to the same underlying object as other.
Implementation
NSSymbolEffect.castFrom(objc.ObjCObjectBase other) :
this._(other.ref.pointer, retain: true, release: true);