 | SvgUnitType Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines the various types of unit an
SvgUnit can be.
Namespace:
Svg
Assembly:
imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
Members|
| Member name | Value | Description |
|---|
| None | 0 |
Indicates that the unit holds no value.
|
| Pixel | 1 |
Indicates that the unit is in pixels.
|
| Em | 2 |
Indicates that the unit is equal to the pt size of the current font.
|
| Percentage | 3 |
Indicates that the unit is a percentage.
|
| User | 4 |
Indicates that the unit has no unit identifier and is a value in the current user coordinate system.
|
| Inch | 5 |
Indicates the the unit is in inches.
|
| Centimeter | 6 |
Indicates that the unit is in centimeters.
|
| Millimeter | 7 |
Indicates that the unit is in millimeters.
|
| Pica | 8 |
Indicates that the unit is in picas.
|
| Point | 9 |
Indicates that the unit is in points, the smallest unit of measure, being a subdivision of the larger Pica. There are 12 points in the Pica.
|
See Also