MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / aspectRatioMode

Function aspectRatioMode

src/components/Image/RNImage.ts:62–64  ·  view source on GitHub ↗
(mode: AspectRatioMode)

Source from the content-addressed store, hash-verified

60 widget.setPixmap(pixMap);
61 },
62 set aspectRatioMode(mode: AspectRatioMode) {
63 widget.setAspectRatioMode(mode);
64 },
65 set transformationMode(mode: TransformationMode) {
66 widget.setTransformationMode(mode);
67 },

Callers

nothing calls this directly

Calls 1

setAspectRatioModeMethod · 0.80

Tested by

no test coverage detected