The constructors of UIKit.UIImage are listed below. For a list of all members, see the UIImage Members list.
See Also: Inherited members from Foundation.NSObject
UIImage() | Default constructor that initializes a new instance of this class with no parameters. | |
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Creates a UIKit.UIImage by loading from the provided file name | ||
| Constructs a UIKit.UIImage from the provided data, scaled by the scale factor. | ||
| Constructs an image based on the ciImage, scaled by scale and oriented per orientation. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |