Show / Hide Table of Contents

Class WebImage

Image data

Inheritance
Object
WebImage
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
In This Article
Back to top Generated by DocFX