MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / scaleImage

Method scaleImage

packages/core/image-asset/index.ios.ts:63–65  ·  view source on GitHub ↗
(image: UIImage, requestedSize: { width: number; height: number })

Source from the content-addressed store, hash-verified

61 }
62
63 private scaleImage(image: UIImage, requestedSize: { width: number; height: number }): UIImage {
64 return NativeScriptUtils.scaleImageWidthHeightScaleFactor(image, requestedSize.width, requestedSize.height, this.options?.autoScaleFactor === false ? 1.0 : 0.0);
65 }
66}

Callers 1

getImageAsyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected