Dimension.pc 构造函数

Dimension.pc(
  1. num _value
)

将此 CSS 尺度设置为方点(pica)

实现

Dimension.pc(this._value) : _unit = 'pc';