UIImage$Methods extension
- on
Properties
- alignmentRectInsets → UIEdgeInsets
-
Available on UIImage, provided by the UIImage$Methods extension
alignmentRectInsetsno setter - baselineOffsetFromBottom → double
-
Available on UIImage, provided by the UIImage$Methods extension
baselineOffsetFromBottomno setter - capInsets → UIEdgeInsets
-
Available on UIImage, provided by the UIImage$Methods extension
capInsetsno setter -
CGImage$1
→ Pointer<
CGImage> -
Available on UIImage, provided by the UIImage$Methods extension
CGImageno setter - CIImage$1 → CIImage?
-
Available on UIImage, provided by the UIImage$Methods extension
CIImageno setter - configuration → UIImageConfiguration?
-
Available on UIImage, provided by the UIImage$Methods extension
configurationno setter - duration → double
-
Available on UIImage, provided by the UIImage$Methods extension
durationno setter - flipsForRightToLeftLayoutDirection → bool
-
Available on UIImage, provided by the UIImage$Methods extension
flipsForRightToLeftLayoutDirectionno setter - hasBaseline → bool
-
Available on UIImage, provided by the UIImage$Methods extension
hasBaselineno setter - imageOrientation → UIImageOrientation
-
Available on UIImage, provided by the UIImage$Methods extension
imageOrientationno setter - images → NSArray?
-
Available on UIImage, provided by the UIImage$Methods extension
imagesno setter - isSymbolImage → bool
-
Available on UIImage, provided by the UIImage$Methods extension
isSymbolImageno setter - renderingMode → UIImageRenderingMode
-
Available on UIImage, provided by the UIImage$Methods extension
renderingModeno setter - resizingMode → UIImageResizingMode
-
Available on UIImage, provided by the UIImage$Methods extension
resizingModeno setter - scale → double
-
Available on UIImage, provided by the UIImage$Methods extension
scaleno setter - size → CGSize
-
Available on UIImage, provided by the UIImage$Methods extension
sizeno setter - symbolConfiguration → UIImageSymbolConfiguration?
-
Available on UIImage, provided by the UIImage$Methods extension
symbolConfigurationno 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: