Class Position
Inheritance
System.Object
Position
Assembly: Crowdin.Api.dll
Syntax
public class Position : object
Properties
|
Improve this Doc
View Source
Height
Declaration
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Width
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
X
Declaration
public int X { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Y
Declaration
public int Y { get; set; }
Property Value
Type |
Description |
System.Int32 |
|