Converts value from centimeters to inches.
[Visual Basic]
Public Shared Function CmToInch( _
ByVal value As Single _
) As Single
[C#]
public static float CmToInch(
float value
);
Single value representing the specified centimeters value in inches.
ActiveReports uses inches for all coordinate and dimension properties. This method helps convert centimeter values to inches.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
ActiveReport Class | ActiveReport Members | InchToCm
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.