UIImage.as constructor
UIImage.as(
- ObjCObject other
Constructs a UIImage that points to the same underlying object as other.
Implementation
UIImage.as(objc.ObjCObject other) : object$ = other {
assert(isA(object$));
}