ImGearRectangleInfoTagIDs Enumeration
In This Topic
Lists all Photoshop Rectangle Info tag ids.
Syntax
'Declaration
Public Enum ImGearRectangleInfoTagIDs
Inherits System.Enum
public enum ImGearRectangleInfoTagIDs : System.Enum
__value public enum ImGearRectangleInfoTagIDs : public System.Enum
public enum class ImGearRectangleInfoTagIDs : public System.Enum
Members
Member | Value | Description |
Bottom | 3 | Rectangle bottom coordinate. |
FORMAT | 1150 | Rectangle metadata format identifier. |
Left | 0 | Rectangle left coordinate. |
Right | 2 | Rectangle right coordinate. |
Top | 1 | Rectangle top coordinate. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearRectangleInfoTagIDs
See Also