Description |
---|
Excerpt |
---|
Converts twips to centimeters. A twip is 1/1440 of an inch and 1/567 of a centimeter. |
Signature | ||||
---|---|---|---|---|
| ||||
public double ToCentimeters(int twips) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Function ToCentimeters(ByVal twips As Integer) As Double |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
The number of twips to convert to centimeters. |
Returns |
---|
The result of the conversion (centimeters). |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|