Northwoods.Go.Draw Assembly > Northwoods.Go.Draw Namespace : GoDrawUnits Class |
The following tables list the members exposed by GoDrawUnits.
Name | Description | |
---|---|---|
DpiX | Gets the current display dots-per-inch along the X coordinate axis. | |
DpiY | Gets the current display dots-per-inch along the Y coordinate axis. |
Name | Description | |
---|---|---|
ConvertX | Convert a measurement in one GoDrawUnit to another one, assuming the measurement is along the X axis. | |
ConvertY | Convert a measurement in one GoDrawUnit to another one, assuming the measurement is along the Y axis. | |
Format | Overloaded. Write a measurement as a string, including the units. | |
Parse | Read a measurement from a string, including any units indicator. | |
SetUnitName | Change the string name returned by UnitAbbreviatedName and UnitLongName for a given GoDrawUnit. | |
UnitAbbreviatedName | Get the abbreviated string name for a GoDrawUnit. | |
UnitLongName | Get the long string name for a GoDrawUnit. |