PrintDimension
Object Hierarchy:
Description:
public struct PrintDimension
A dimension for printing measurments
Content:
Properties:
Static methods:
Creation methods:
Methods:
- public double to_inches ()
Get this print dimension in inches
- public double to_millimeters ()
Get this print dimension in millimeters
- public double to_points ()
Get this print dimension in points
- public string to_string ()
Return the string representaion of the print dimension
Fields:
- public static Regex? s_regex
Regex used for parsing print dimensions
- public double b_number
Backing store for the number
- public PrintUnits b_units
Backing store for the units