Class PointsConverter
Helper class for dimension conversion
Inheritance
System.Object
PointsConverter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public sealed class PointsConverter
Constructors
PointsConverter()
Declaration
public PointsConverter()
Methods
FromCm(Single)
Converts from Cantimeter to Points
Declaration
public static float FromCm(float cantimeter)
Parameters
Type | Name | Description |
---|---|---|
System.Single | cantimeter |
Returns
Type |
---|
System.Single |
FromInch(Single)
Converts from Inch to Points
Declaration
public static float FromInch(float inch)
Parameters
Type | Name | Description |
---|---|---|
System.Single | inch |
Returns
Type |
---|
System.Single |