System.Drawing.Imaging.MetafileFrameUnit Enumeration

Specifies the unit of measurement for the rectangle used to size and position a metafile. This is specified during the creation of the System.Drawing.Imaging.Metafile object.

Syntax

public enum MetafileFrameUnit

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Document

The unit of measurement is 1/300 of an inch.

GdiCompatible

The unit of measurement is 0.01 millimeter. Provided for compatibility with GDI.

Inch

The unit of measurement is 1 inch.

Millimeter

The unit of measurement is 1 millimeter.

Pixel

The unit of measurement is 1 pixel.

Point

The unit of measurement is 1 printer's point.

Requirements

Namespace: System.Drawing.Imaging
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0