Name

MetafileFrameUnit

Synopsis

This enumeration is used to determine the unit of measurement used to define the Rectangle that positions and sizes the metafile on the page. It used in several of the Metafile constructor overloads.


public enum MetafileFrameUnit {

   Pixel = 2,

   Point = 3,

   Inch = 4,

   Document = 5,

   Millimeter = 6,

   GdiCompatible = 7

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) MetafileFrameUnit

Passed To

Metafile.Metafile()

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.