MetafileFrameUnit
MetafileFrameUnit enum
Specifies the unit of measurement for the rectangle used to size and position a metafile.
enum class MetafileFrameUnit
Values
Name | Value | Description |
---|---|---|
Pixel | n/a | Specifies a pixel as the unit of measure. |
Point | n/a | Specifies a printer’s point as the unit of measure. |
Inch | n/a | Specifies an inch as the unit of measure. |
Document | n/a | Specifies 1/300 of an inch as the unit of measure. |
Millimeter | n/a | Specifies a millimeter as the unit of measure. |
GdiCompatible | n/a | Specifies .01 millimeter as the unit of measure. Provided for compatibility with GDI. |
See Also
- Namespace System::Drawing::Imaging
- Library Aspose.Slides