Dimension.pt constructor

Dimension.pt(
  1. num value
)

Set this CSS Dimension to a point value.

Implementation

Dimension.pt(this.value) : _unit = 'pt';