public final class CoordinateSpace
extends com.aspose.ms.System.Enum
Specifies the system to use when evaluating coordinates.
| Modifier and Type | Field and Description |
|---|---|
static int |
Device
Specifies that coordinates are in the device coordinate context.
|
static int |
Page
Specifies that coordinates are in the page coordinate context.
|
static int |
World
Specifies that coordinates are in the world coordinate context.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int World
Specifies that coordinates are in the world coordinate context. World coordinates are used in a nonphysical environment, such as a modeling environment.
public static final int Page
Specifies that coordinates are in the page coordinate context. Their units are defined by the Graphics.PageUnit property, and must be one of the elements of the GraphicsUnit enumeration.
public static final int Device
Specifies that coordinates are in the device coordinate context. On a computer screen the device coordinates are usually measured in pixels.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.