SAspectRatioMode.d.ts 128 B

12345
  1. export declare enum SAspectRatioMode {
  2. IgnoreAspectRatio = 0,
  3. KeepAspectRatio = 1,
  4. KeepAspectRatioByExpanding = 2
  5. }