MetafileFrameUnit 枚举

定义

指定矩形的度量单位,该矩形用于调整图元文件的大小和位置。 这是在创建 Metafile 对象的过程中指定的。

public enum class MetafileFrameUnit
public enum MetafileFrameUnit
type MetafileFrameUnit = 
Public Enum MetafileFrameUnit
继承
MetafileFrameUnit

字段

Document 5

度量单位为 1/300 英寸。

GdiCompatible 7

度量单位为 0.01 毫米。 提供了与 GDI 的兼容性。

Inch 4

度量单位为 1 英寸。

Millimeter 6

度量单位为 1 毫米。

Pixel 2

度量单位为 1 个像素。

Point 3

度量单位为打印机的 1 磅。

适用于