EmfPlusUnitType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfPlusUnitType extends System.Enum

该 UnitType 枚举定义不同坐标系中的度量单位。

字段

字段描述
UnitTypeWorld指定世界空间中逻辑距离的单位。
UnitTypeDisplay指定基于物理显示特性的距离单位。
UnitTypePixel指定 1 像素的单位。
UnitTypePoint指定 1 打印点或 1/72 英寸的单位。
UnitTypeInch指定 1 英寸的单位。
UnitTypeDocument指定 1/300 英寸的单位。
UnitTypeMillimeter指定 1 毫米的单位。

UnitTypeWorld

public static final int UnitTypeWorld

指定世界空间中逻辑距离的单位。

UnitTypeDisplay

public static final int UnitTypeDisplay

指定基于物理显示特性的距离单位。例如,如果显示设备是监视器,则该单位为 1 像素。

UnitTypePixel

public static final int UnitTypePixel

指定 1 像素的单位。

UnitTypePoint

public static final int UnitTypePoint

指定 1 打印点或 1/72 英寸的单位。

UnitTypeInch

public static final int UnitTypeInch

指定 1 英寸的单位。

UnitTypeDocument

public static final int UnitTypeDocument

指定 1/300 英寸的单位。

UnitTypeMillimeter

public static final int UnitTypeMillimeter

指定 1 毫米的单位。