BMFSize constructor

BMFSize(
  1. double width,
  2. double height
)

BMFSize构造方法

Implementation

BMFSize(this.width, this.height);