Class Size
Inherited Members
Namespace: Crowdin.Api.Screenshots
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class Size
Properties
| Edit this page View SourceHeight
Declaration
[JsonProperty("height")]
public int Height { get; set; }
Property Value
Type | Description |
---|---|
int |
Width
Declaration
[JsonProperty("width")]
public int Width { get; set; }
Property Value
Type | Description |
---|---|
int |