Show / Hide Table of Contents

Class ArtworkImage

アートワークの画像

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

オリジナルの画像

Declaration
public WebImage original
Field Value
Type Description
WebImage

shrinked1200x1200

1200x1200に収まるように縮小された画像

Declaration
public WebImage shrinked1200x1200
Field Value
Type Description
WebImage

shrinked600x1200

600x1200に収まるように縮小された画像

Declaration
public WebImage shrinked600x1200
Field Value
Type Description
WebImage

sq300

正方形の一辺が300の画像

Declaration
public WebImage sq300
Field Value
Type Description
WebImage

sq600

正方形の一辺が600の画像

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