UIImage$Methods extension

on

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
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
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
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

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:
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: