Show / Hide Table of Contents

Class PortraitImage

バストアップ画像

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

Fields

original

オリジナルの画像

Declaration
public WebImage original
Field Value
Type Description
WebImage

sq150

正方形の一辺が150の画像

Declaration
public WebImage sq150
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

w300

幅300の画像

Declaration
public WebImage w300
Field Value
Type Description
WebImage

w600

幅600の画像

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