RectangularLocationSelection.withHeightAndAspect constructor

RectangularLocationSelection.withHeightAndAspect(
  1. DoubleWithUnit height,
  2. double aspectRatio
)

Implementation

RectangularLocationSelection.withHeightAndAspect(DoubleWithUnit height, double aspectRatio)
    : this._(SizeWithUnitAndAspect.heightAndAspectRatio(height, aspectRatio));