SizeWithAspect constructor

SizeWithAspect(
  1. DoubleWithUnit _size,
  2. double _aspect
)

Implementation

SizeWithAspect(this._size, this._aspect);