Method FromEighthPoints
- Namespace
- DocWright.Core.Primitives
- Assembly
- DocWright.Core.dll
FromEighthPoints(int)
Creates a value from eighth-points, the unit Word uses for border widths (ECMA-376 Part 1 §17.18.2 ST_EighthPointMeasure), rounding half away from zero.
public static Twips FromEighthPoints(int eighthPoints)
Parameters
eighthPointsintThe length in eighths of a point.
Returns
- Twips
The equivalent length in twips.