Converts twips to points. A twip is 1/1440 of an inch and a point is 1/72 of an inch.

 public double ToPoints(int twips)
Public Function ToPoints(ByVal twips As Integer) As Double

The number of twips to convert to centimeters.

The result of the conversion (points).

TwipsConverter.ToPoints(12240);
TwipsConverter.ToPoints(12240)