123456789 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- exports.SAspectRatioMode = void 0;
- var SAspectRatioMode;
- (function (SAspectRatioMode) {
- SAspectRatioMode[SAspectRatioMode["IgnoreAspectRatio"] = 0] = "IgnoreAspectRatio";
- SAspectRatioMode[SAspectRatioMode["KeepAspectRatio"] = 1] = "KeepAspectRatio";
- SAspectRatioMode[SAspectRatioMode["KeepAspectRatioByExpanding"] = 2] = "KeepAspectRatioByExpanding";
- })(SAspectRatioMode = exports.SAspectRatioMode || (exports.SAspectRatioMode = {}));
|