| 名前 | 解説 | |
|---|---|---|
![]() | Unit コンストラクタ | オーバーロードされます。 |
Unitデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Unit コンストラクタ | オーバーロードされます。 |
| 名前 | 解説 | |
|---|---|---|
![]() ![]() | BoldLineWidth | |
![]() | CmPerInch | Centimeters per inch as double. |
![]() | CmPerInchF | Centimeters per inch as float. |
![]() | DipPerInch | DIP units per inch as double. |
![]() | DisplayPerInch | Display units per inch as double. |
![]() | DisplayPerInchF | Display units per inch as float. |
![]() | DocumentUnitsPerInch | Document units per inch as double. |
![]() | DocumentUnitsPerInchF | Document units per inch as float. |
![]() ![]() | LineWidth | |
![]() | MmPerInch | Millimeters per inch as double. |
![]() | MmPerInchF | Millimeters per inch as float. |
![]() | PicaPerInch | Picas per inch as double. |
![]() | PicaPerInchF | Picas per inch as float. |
![]() | PointsPerInch | Points per inch as double. |
![]() | PointsPerInchF | Points per inch as float. |
![]() ![]() | PositiveInfinity | |
![]() | TwipsPerInch | Twips per inch as double. |
![]() | TwipsPerInchF | Twips per inch as float. |
![]() ![]() | Zero |
| 名前 | 解説 | |
|---|---|---|
![]() | Units | Gets the unit of measurement of the current unit. |
![]() | Value | Gets the value of the current unit (in Unit.Units). |
| 名前 | 解説 | |
|---|---|---|
![]() | Convert | オーバーロードされます。 Converts value of this Unit structure to value in specified units of measurement. |
![]() ![]() | Parse | Parses a string and creates a Unit instance from that string, throws an exception if string is invalid. |
![]() ![]() | StringToUnitType | Converts a string to a UnitTypeEnum value. The string can be one of the following: "doc", "in", "mm", "pc", "dsp", "pt", "tw", "inhs", "cm", "dip". This method is case-insensitive. |
![]() | ToString | Converts the current object to a string. |
![]() ![]() | TryParse | オーバーロードされます。 Parses a string and gets Unit.Value and Unit.Units from that string. |
![]() ![]() | UnitTypeToString | Converts a UnitTypeEnum value to a string representation as in the following table:
|
暗黙的 キャスト 演算子 | オーバーロードされます。 Converts a unit value to a string. |