UIImage extension type

UIImage

on
  • ObjCObject
Available extensions

Constructors

UIImage()
Returns a new instance of UIImage constructed with the default new method.
UIImage.as(ObjCObject other)
Constructs a UIImage that points to the same underlying object as other.
UIImage.fromPointer(Pointer<ObjCObjectImpl> other, {bool retain = false, bool release = false})
Constructs a UIImage that wraps the given raw object pointer.

Properties

alignmentRectInsets UIEdgeInsets

Available on UIImage, provided by the UIImage$Methods extension

alignmentRectInsets
no setter
baselineOffsetFromBottom double

Available on UIImage, provided by the UIImage$Methods extension

baselineOffsetFromBottom
no setter
capInsets UIEdgeInsets

Available on UIImage, provided by the UIImage$Methods extension

capInsets
no setter
CGImage$1 Pointer<CGImage>

Available on UIImage, provided by the UIImage$Methods extension

CGImage
no setter
CIImage$1 CIImage?

Available on UIImage, provided by the UIImage$Methods extension

CIImage
no setter
configuration UIImageConfiguration?

Available on UIImage, provided by the UIImage$Methods extension

configuration
no setter
duration double

Available on UIImage, provided by the UIImage$Methods extension

duration
no setter
flipsForRightToLeftLayoutDirection bool

Available on UIImage, provided by the UIImage$Methods extension

flipsForRightToLeftLayoutDirection
no setter
hasBaseline bool

Available on UIImage, provided by the UIImage$Methods extension

hasBaseline
no setter
hashCode int
The hash code for this object.
no setterinherited
imageOrientation UIImageOrientation

Available on UIImage, provided by the UIImage$Methods extension

imageOrientation
no setter
images → NSArray?

Available on UIImage, provided by the UIImage$Methods extension

images
no setter
isSymbolImage bool

Available on UIImage, provided by the UIImage$Methods extension

isSymbolImage
no setter
leftCapWidth int

Available on UIImage, provided by the UIImageDeprecated extension

leftCapWidth
no setter
object$ → ObjCObject
final
ref → ObjCObjectRef
finalinherited
renderingMode UIImageRenderingMode

Available on UIImage, provided by the UIImage$Methods extension

renderingMode
no setter
resizingMode UIImageResizingMode

Available on UIImage, provided by the UIImage$Methods extension

resizingMode
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double

Available on UIImage, provided by the UIImage$Methods extension

scale
no setter
size → CGSize

Available on UIImage, provided by the UIImage$Methods extension

size
no setter
symbolConfiguration UIImageSymbolConfiguration?

Available on UIImage, provided by the UIImage$Methods extension

symbolConfiguration
no setter
topCapHeight int

Available on UIImage, provided by the UIImageDeprecated extension

topCapHeight
no setter
writableTypeIdentifiersForItemProvider → NSArray

Available on UIImage, provided by the NSItemProvider extension

writableTypeIdentifiersForItemProvider
no setter

Methods

drawAsPatternInRect(CGRect rect) → void

Available on UIImage, provided by the UIImage$Methods extension

drawAsPatternInRect:
drawAtPoint(CGPoint point) → void

Available on UIImage, provided by the UIImage$Methods extension

drawAtPoint:
drawAtPoint$1(CGPoint point, {required CGBlendMode blendMode, required double alpha}) → void

Available on UIImage, provided by the UIImage$Methods extension

drawAtPoint:blendMode:alpha:
drawInRect(CGRect rect) → void

Available on UIImage, provided by the UIImage$Methods extension

drawInRect:
drawInRect$1(CGRect rect, {required CGBlendMode blendMode, required double alpha}) → void

Available on UIImage, provided by the UIImage$Methods extension

drawInRect:blendMode:alpha:
encodeWithCoder(NSCoder coder) → void

Available on UIImage, provided by the UIImage$Methods extension

encodeWithCoder:
imageByApplyingSymbolConfiguration(UIImageSymbolConfiguration configuration) UIImage?

Available on UIImage, provided by the UIImage$Methods extension

imageByApplyingSymbolConfiguration:
imageFlippedForRightToLeftLayoutDirection() UIImage

Available on UIImage, provided by the UIImage$Methods extension

imageFlippedForRightToLeftLayoutDirection
imageWithAlignmentRectInsets(UIEdgeInsets alignmentInsets) UIImage

Available on UIImage, provided by the UIImage$Methods extension

imageWithAlignmentRectInsets:
imageWithBaselineOffsetFromBottom(double baselineOffset) UIImage

Available on UIImage, provided by the UIImage$Methods extension

imageWithBaselineOffsetFromBottom:
imageWithConfiguration(UIImageConfiguration configuration) UIImage

Available on UIImage, provided by the UIImage$Methods extension

imageWithConfiguration:
imageWithHorizontallyFlippedOrientation() UIImage

Available on UIImage, provided by the UIImage$Methods extension

imageWithHorizontallyFlippedOrientation
imageWithoutBaseline() UIImage

Available on UIImage, provided by the UIImage$Methods extension

imageWithoutBaseline
imageWithRenderingMode(UIImageRenderingMode renderingMode) UIImage

Available on UIImage, provided by the UIImage$Methods extension

imageWithRenderingMode:
imageWithTintColor(UIColor color) UIImage

Available on UIImage, provided by the UIImage$Methods extension

imageWithTintColor:
imageWithTintColor$1(UIColor color, {required UIImageRenderingMode renderingMode}) UIImage

Available on UIImage, provided by the UIImage$Methods extension

imageWithTintColor:renderingMode:
init() UIImage

Available on UIImage, provided by the UIImage$Methods extension

init
initWithCGImage(Pointer<CGImage> cgImage) UIImage

Available on UIImage, provided by the UIImage$Methods extension

initWithCGImage:
initWithCGImage$1(Pointer<CGImage> cgImage, {required double scale, required UIImageOrientation orientation}) UIImage

Available on UIImage, provided by the UIImage$Methods extension

initWithCGImage:scale:orientation:
initWithCIImage(CIImage ciImage) UIImage

Available on UIImage, provided by the UIImage$Methods extension

initWithCIImage:
initWithCIImage$1(CIImage ciImage, {required double scale, required UIImageOrientation orientation}) UIImage

Available on UIImage, provided by the UIImage$Methods extension

initWithCIImage:scale:orientation:
initWithCoder(NSCoder coder) UIImage?

Available on UIImage, provided by the UIImage$Methods extension

initWithCoder:
initWithContentsOfFile(NSString path) UIImage?

Available on UIImage, provided by the UIImage$Methods extension

initWithContentsOfFile:
initWithData(NSData data) UIImage?

Available on UIImage, provided by the UIImage$Methods extension

initWithData:
initWithData$1(NSData data, {required double scale}) UIImage?

Available on UIImage, provided by the UIImage$Methods extension

initWithData:scale:
itemProviderVisibilityForRepresentationWithTypeIdentifier(NSString typeIdentifier) → NSItemProviderRepresentationVisibility

Available on UIImage, provided by the NSItemProvider extension

itemProviderVisibilityForRepresentationWithTypeIdentifier:
loadDataWithTypeIdentifier(NSString typeIdentifier, {required ObjCBlock<Void Function(NSData?, NSError?)> forItemProviderCompletionHandler}) → NSProgress?

Available on UIImage, provided by the NSItemProvider extension

loadDataWithTypeIdentifier:forItemProviderCompletionHandler:
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resizableImageWithCapInsets(UIEdgeInsets capInsets) UIImage

Available on UIImage, provided by the UIImage$Methods extension

resizableImageWithCapInsets:
resizableImageWithCapInsets$1(UIEdgeInsets capInsets, {required UIImageResizingMode resizingMode}) UIImage

Available on UIImage, provided by the UIImage$Methods extension

resizableImageWithCapInsets:resizingMode:
stretchableImageWithLeftCapWidth(int leftCapWidth, {required int topCapHeight}) UIImage

Available on UIImage, provided by the UIImageDeprecated extension

stretchableImageWithLeftCapWidth:topCapHeight:
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

alloc() UIImage
alloc
allocWithZone(Pointer<NSZone> zone) UIImage
allocWithZone:
animatedImageNamed(NSString name, {required double duration}) UIImage?
animatedImageNamed:duration:
animatedImageWithImages(NSArray images, {required double duration}) UIImage?
animatedImageWithImages:duration:
animatedResizableImageNamed(NSString name, {required UIEdgeInsets capInsets, required double duration}) UIImage?
animatedResizableImageNamed:capInsets:duration:
animatedResizableImageNamed$1(NSString name, {required UIEdgeInsets capInsets, required UIImageResizingMode resizingMode, required double duration}) UIImage?
animatedResizableImageNamed:capInsets:resizingMode:duration:
getSupportsSecureCoding() bool
supportsSecureCoding
imageNamed(NSString name) UIImage?
imageNamed:
imageNamed$1(NSString name, {NSBundle? inBundle, UIImageConfiguration? withConfiguration}) UIImage?
imageNamed:inBundle:withConfiguration:
imageWithCGImage(Pointer<CGImage> cgImage) UIImage
imageWithCGImage:
imageWithCGImage$1(Pointer<CGImage> cgImage, {required double scale, required UIImageOrientation orientation}) UIImage
imageWithCGImage:scale:orientation:
imageWithCIImage(CIImage ciImage) UIImage
imageWithCIImage:
imageWithCIImage$1(CIImage ciImage, {required double scale, required UIImageOrientation orientation}) UIImage
imageWithCIImage:scale:orientation:
imageWithContentsOfFile(NSString path) UIImage?
imageWithContentsOfFile:
imageWithData(NSData data) UIImage?
imageWithData:
imageWithData$1(NSData data, {required double scale}) UIImage?
imageWithData:scale:
isA(ObjCObject obj) bool
Returns whether obj is an instance of UIImage.
new$() UIImage
new
systemImageNamed(NSString name) UIImage?
systemImageNamed:
systemImageNamed$1(NSString name, {UIImageConfiguration? withConfiguration}) UIImage?
systemImageNamed:withConfiguration: