...
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}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Function ToCentimeters(ByVal twips As Integer) As Double
{signature}
{parameters}
{param:twips}The number of twips to convert to centimeters.{param}
{returns}The result of the conversion \(centimeters\).{returns}
{example}{code:csharp|title=C#} |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
The number of twips to convert to centimeters. |
Returns |
---|
The result of the conversion (centimeters). |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|