class Package.Screenshot

in global :: Sandbox

😔 No documentation found.


public bool IsVideo { get; set; }

True if this is a loading screen rather than a regular screenshot

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.

public DateTime Created { get; set; }

😔 No documentation found.

public int Width { get; set; }

😔 No documentation found.

public int Height { get; set; }

😔 No documentation found.

public string Url { get; set; }

😔 No documentation found.

public string Thumb { get; set; }

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public Package.Screenshot( )

😔 No documentation found.