Struct Util.RectanglePosition
Namespace: PhotoshopFile
Syntax
public struct RectanglePosition
Properties
Bottom
Declaration
public int Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Left
Declaration
public int Left { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Right
Declaration
public int Right { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Top
Declaration
public int Top { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |