Click or drag to resize

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
C#
public enum SvgUnitType
Members
  Member nameValueDescription
None0 Indicates that the unit holds no value.
Pixel1 Indicates that the unit is in pixels.
Em2 Indicates that the unit is equal to the pt size of the current font.
Percentage3 Indicates that the unit is a percentage.
User4 Indicates that the unit has no unit identifier and is a value in the current user coordinate system.
Inch5 Indicates the the unit is in inches.
Centimeter6 Indicates that the unit is in centimeters.
Millimeter7 Indicates that the unit is in millimeters.
Pica8 Indicates that the unit is in picas.
Point9 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

Reference