Class ImageStatic
Class representing an image (Static API).
Inheritance
System.Object
ImageStatic
Namespace:RiotSharp.StaticDataEndpoint
Assembly:RiotSharp.dll
Syntax
public class ImageStatic : object
Properties
Full
Full name for this image.
Declaration
public string Full { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Group
Image's group (spell, champion, item, etc).
Declaration
public string Group { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Image's height.
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Sprite
Image's sprite.
Declaration
public string Sprite { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Image's width.
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
X
X starting point for this image.
Declaration
public int X { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Y
Y starting point for this image.
Declaration
public int Y { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |