Class WebImage
Image data
Inherited Members
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class WebImage
Fields
height
Image height
Declaration
public int height
Field Value
Type | Description |
---|---|
Int32 |
url
Image data link
Declaration
public string url
Field Value
Type | Description |
---|---|
String |
url2x
Image link to 2x size
Declaration
public string url2x
Field Value
Type | Description |
---|---|
String |
Remarks
Returns null if 2x size does not exist
width
Image width
Declaration
public int width
Field Value
Type | Description |
---|---|
Int32 |