Struct Thumbnail
Represents a thumbnail.
Inherited Members
Namespace: SI.PIXL.Client.Structs
Assembly: SI.PIXL.Client.dll
Syntax
public struct Thumbnail
Constructors
Thumbnail(string, string)
Create a new instance of a Thumbnail struct.
Declaration
public Thumbnail(string name, string path)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the thumbnail file. |
string | path | The full file path to the thumbnail file. |
Properties
Name
Get the name of the thumbnail.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Path
Get the path for the thumbnail image.
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
string |