ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / MeasureConversionTable Class / InchPerPoint Property

In This Topic
    InchPerPoint Property
    In This Topic
    Gets the inch per point. [1 point = 1/72 inch]
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property InchPerPoint As Fraction(Of Integer)
    public static Fraction<int> InchPerPoint {get;}
    See Also