Type Alias ScalerCombined

ScalerCombined: {
    abs: Scaler;
    height: number;
    rel: Scaler;
    width: number;
    computeScale(): Point;
}

A scaler than can convert to a from an output range

Type declaration

  • Readonlyabs: Scaler

    Relative to absolute coordinates

  • Readonlyheight: number
  • Readonlyrel: Scaler

    Absolute to relative coordintes

  • Readonlywidth: number
  • computeScale:function