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