The methods of UIKit.UIImage are listed below. For a list of all members, see the UIImage Members list.
See Also: Inherited members from Foundation.NSObject
AccessibilityActivate()Activates accessibility for this UIImage, returning true on success. | ||
AsJPEG()Encodes the image with minimal compression (maximum quality) into a Foundation.NSData byte blob using the JPEG encoding. | ||
AsJPEG(nfloat)Encodes the image into a Foundation.NSData byte blob using the JPEG encoding. | ||
AsPNG()Encodes the image into a Foundation.NSData byte blob using the PNG encoding. | ||
static | CreateAnimatedImage(string, double)Creates an animated image from a series of files. | |
static | CreateAnimatedImage(UIImage[], double)This method will create a animated image from a collection of images. | |
static | CreateAnimatedImage(string, UIEdgeInsets, double)Documentation for this section has not yet been entered. | |
static | CreateAnimatedImage(string, UIEdgeInsets, UIImageResizingMode, double)Factory method to create an animated image with end caps and the specified resizingMode. | |
CreateResizableImage(UIEdgeInsets)Creates a new image from the current instance and applies the specified cap insets. | ||
CreateResizableImage(UIEdgeInsets, UIImageResizingMode)Creates a new image, based on the current, with the specified capInsets and resizingMode. | ||
Draw(CoreGraphics.CGPoint)Draws the image at the specified position. | ||
Draw(CoreGraphics.CGRect)This method will draw the image (scaling as necessary) in the rectangle specified. | ||
Draw(CoreGraphics.CGBlendMode, CoreGraphics.CGPoint, nfloat)This method will draw an image starting at the specified point. | ||
Draw(CoreGraphics.CGBlendMode, CoreGraphics.CGRect, nfloat)This method will draw an image in the specified rectangle. | ||
DrawAsPatternInRect(CoreGraphics.CGRect)This method will draw an image in the specified rectangle. | ||
EncodeTo(Foundation.NSCoder)Encodes the state of the object on the provided encoder | ||
static | FromBundle(string)Loads an image relative to the application bundle, and caches its result. | |
static | FromBundle(string, Foundation.NSBundle, UITraitCollection)Gets an image from the specified bundle that is compatible with the specified trait collection. | |
static | FromFile(string)Create an image object from the specified file. | |
static | FromImage(CoreGraphics.CGImage)Creates a new image oject from a Quartz image. | |
static | FromImage(CoreImage.CIImage)Factory method to create a UIKit.UIImage from a Core Image CoreImage.CIImage. | |
static | FromImage(CoreGraphics.CGImage, UIImageOrientation, nfloat)Factory method to create a UIKit.UIImage from a Core Graphics CoreGraphics.CGImage, with the specified scale and orientation. | |
static | FromImage(CoreImage.CIImage, UIImageOrientation, nfloat)Factory method to create a UIKit.UIImage from a Core Image CoreImage.CIImage, with the specified scale and orientation. | |
static | FromResource(System.Reflection.Assembly, string)Loads an image from a resource embedded in the assembly. | |
ImageWithAlignmentRectInsets(UIEdgeInsets)Creates a UIKit.UIImage based on this, with the specified alignmentInsets. | ||
ImageWithRenderingMode(UIImageRenderingMode)Creates a UIKit.UIImage based on the current one, with the specified renderingMode. | ||
static | LoadFromData(Foundation.NSData)Will create an image from data that originated from a file or was programmatically created. | |
static | LoadFromData(Foundation.NSData, nfloat)Factory method to create a UIKit.UIImage from the provided data, at the specified scale. | |
SaveToPhotosAlbum(UIImage.SaveStatus)Saves the specified image into the Photos Album. | ||
Scale(CoreGraphics.CGSize)Scales the image up or down. | ||
Scale(CoreGraphics.CGSize, nfloat)Scales the image up or down. | ||
StretchableImage(nint, nint)Creates a stretchable image with the specified parameters. Deprecated in iOS 5, but still useful since the replacement is known to have bugs. | ||