public final class WmfMapMode
extends com.aspose.ms.System.Enum
The map modes
Modifier and Type | Field and Description |
---|---|
static short |
Anisotropic
The anisotropic
Logical units are mapped to arbitrary units with arbitrarily scaled axes.
|
static short |
Hienglish
The hienglish
Each logical unit is mapped to 0.001 inch.
|
static short |
Himetric
The himetric
Each logical unit is mapped to 0.01 millimeter.
|
static short |
Isotropic
The isotropic
Logical units are mapped to arbitrary device units with equally scaled axes; that is, one unit along the x-axis is
equal to one unit along the y-axis.
|
static short |
Loenglish
The loenglish
Each logical unit is mapped to 0.01 inch.
|
static short |
Lometric
The lometric
Each logical unit is mapped to 0.1 millimeter.
|
static short |
Text
The text
Each logical unit is mapped to one device pixel.
|
static short |
Twips
The twips
Each logical unit is mapped to one twentieth (1/20) of a point.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final short Text
The text Each logical unit is mapped to one device pixel. Positive x is to the right; positive y is down
public static final short Lometric
The lometric Each logical unit is mapped to 0.1 millimeter. Positive x is to the right; positive y is up.
public static final short Himetric
The himetric Each logical unit is mapped to 0.01 millimeter. Positive x is to the right; positive y is up.
public static final short Loenglish
The loenglish Each logical unit is mapped to 0.01 inch. Positive x is to the right; positive y is up.
public static final short Hienglish
The hienglish Each logical unit is mapped to 0.001 inch. Positive x is to the right; positive y is up.
public static final short Twips
The twips Each logical unit is mapped to one twentieth (1/20) of a point. In printing, a point is 1/72 of an inch; therefore, 1/20 of a point is 1/1440 of an inch. This unit is also known as a "twip".
public static final short Isotropic
The isotropic Logical units are mapped to arbitrary device units with equally scaled axes; that is, one unit along the x-axis is equal to one unit along the y-axis. The META_SETWINDOWEXT and META_SETVIEWPORTEXT records specify the units and the orientation of the axes.
public static final short Anisotropic
The anisotropic Logical units are mapped to arbitrary units with arbitrarily scaled axes.