API Reference
Class
PowerPointUnits
Provides helpers for converting between EMUs and common units.
Inheritance
- Object
- PowerPointUnits
Methods
public static Int64 Cm(Double centimeters) #Returns:
Int64Alias for Double).
Parameters
- centimeters System.Double
public static Int64 FromCentimeters(Double centimeters) #Returns:
Int64Converts centimeters to EMUs.
Parameters
- centimeters System.Double
public static Int64 FromInches(Double inches) #Returns:
Int64Converts inches to EMUs.
Parameters
- inches System.Double
public static Int64 FromMillimeters(Double millimeters) #Returns:
Int64Converts millimeters to EMUs.
Parameters
- millimeters System.Double
public static Int64 FromPoints(Double points) #Returns:
Int64Converts points to EMUs.
Parameters
- points System.Double
public static Int64 Inches(Double inches) #Returns:
Int64Alias for Double).
Parameters
- inches System.Double
public static Int64 Mm(Double millimeters) #Returns:
Int64Alias for Double).
Parameters
- millimeters System.Double
public static Int64 Points(Double points) #Returns:
Int64Alias for Double).
Parameters
- points System.Double
public static Double ToCentimeters(Int64 emus) #Returns:
DoubleConverts EMUs to centimeters.
Parameters
- emus System.Int64
public static Double ToInches(Int64 emus) #Returns:
DoubleConverts EMUs to inches.
Parameters
- emus System.Int64
public static Double ToMillimeters(Int64 emus) #Returns:
DoubleConverts EMUs to millimeters.
Parameters
- emus System.Int64
public static Double ToPoints(Int64 emus) #Returns:
DoubleConverts EMUs to points.
Parameters
- emus System.Int64
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object