API Referenceglobal
Screenshotclass
object→Screenshot
Constructors1
Showing 1 constructors
public Screenshot()
No results match this filter.
Methods1
Showing 1 methods
public string GetThumbUrl(int width, int height)
Return the URL of a thumbnail matching this exact size. For caching reasons it's going to be best if we can keep this to round number sizes (256, 512 etc) rather than trying to exact fit.
| Parameter | Type | Description |
|---|---|---|
| width | int | — |
| height | int | — |
Returns:
string—No results match this filter.
Properties6
Showing 6 properties
public System.DateTime Sandbox.Package.Screenshot.Created { get; set; }
Returns:
DateTime—public int Sandbox.Package.Screenshot.Height { get; set; }
Returns:
int—public bool Sandbox.Package.Screenshot.IsVideo { get; set; }
True if this is a loading screen rather than a regular screenshot
Returns:
bool—public string Sandbox.Package.Screenshot.Thumb { get; set; }
Returns:
string—public string Sandbox.Package.Screenshot.Url { get; set; }
Returns:
string—public int Sandbox.Package.Screenshot.Width { get; set; }
Returns:
int—No results match this filter.