Class Position
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class Position
Properties
|
Edit this page
View Source
Height
Declaration
[JsonProperty("height")]
public int Height { get; set; }
Property Value
|
Edit this page
View Source
Width
Declaration
[JsonProperty("width")]
public int Width { get; set; }
Property Value
|
Edit this page
View Source
X
Declaration
[JsonProperty("x")]
public int X { get; set; }
Property Value
|
Edit this page
View Source
Y
Declaration
[JsonProperty("y")]
public int Y { get; set; }
Property Value