CanvasIO.fromDots

Measure distance in pixels taken by a number of dots.

In Fluid, pixel is a unit equal to 1/96th of an inch.

interface CanvasIO
final const nothrow
fromDots

Parameters

dots Vector2

Value in dots.

Return Value

Type: Vector2

Corresponding value in pixels.

Meta