SvgCoordinateUnit
SvgCoordinateUnit enum
Represents CSS2 coordinate units used to define SVG coordinates.
enum class SvgCoordinateUnit
Values
Name | Value | Description |
---|---|---|
Inch | 0 | Inch |
Centimeter | 1 | Centimeter. |
Millimeter | 2 | Millimeter. |
Point | 3 | Point (1/72 of inch), |
Pica | 4 | Pica (1/6 of inch). |
Em | 5 | Em size of a font of containing element. |
Ex | 6 | Ex size (size of lowercase letter, usualy "x") of font of containing element. |
Pixel | 7 | Pixel size. |
Percent | 8 | Percent. |
See Also
- Namespace Aspose::Slides::Export
- Library Aspose.Slides