CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Represents the size of the MediaSizes. More...
Properties | |
int | Height [get, set] |
Gets or sets the height in pixels of the size. More... | |
string | Resize [get, set] |
int | Width [get, set] |
Gets or sets the width in pixels of the size. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from CoreTweet.Core.CoreBase | |
static T | Convert< T > (string json, string jsonPath="") |
Converts the JSON to a twitter object of the specified type. More... | |
static List< T > | ConvertArray< T > (string json, string jsonPath) |
Represents the size of the MediaSizes.
|
getset |
Gets or sets the height in pixels of the size.
|
getset |
Gets or sets the resizing method used to obtain the size.
A value of fit means that the media was resized to fit one dimension, keeping its native aspect ratio.
A value of crop means that the media was cropped in order to fit a specific resolution.
|
getset |
Gets or sets the width in pixels of the size.