Show / Hide Table of Contents

Class ArtworkImage

Artwork image

Inheritance
Object
ArtworkImage
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 ArtworkImage

Fields

original

Original image

Declaration
public WebImage original
Field Value
Type Description
WebImage

shrinked1200x1200

Image shrunk to 1200x1200

Declaration
public WebImage shrinked1200x1200
Field Value
Type Description
WebImage

shrinked600x1200

Image shrunk to 600x1200

Declaration
public WebImage shrinked600x1200
Field Value
Type Description
WebImage

sq300

300x300 square image

Declaration
public WebImage sq300
Field Value
Type Description
WebImage

sq600

600x600 square image

Declaration
public WebImage sq600
Field Value
Type Description
WebImage
In This Article
Back to top Generated by DocFX