Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

  • aspectRatio(__namedParameters: Dimensions): number
  • Returns a Dimensions where each side of dimensions will be reduced proportionally to have an area less than or equal to the provided to value. The returned dimensions will be centered within the original bounds of dimensions.

    Parameters

    • to: number

      the maximum area this dimensions can have

    • dimensions: Dimensions

      the dimensions to scale to fit the specified area

    Returns Dimensions