Show / Hide Table of Contents

Struct WebImage

画像データの情報

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public struct WebImage

Fields

height

画像の高さ

Declaration
public int height
Field Value
Type Description
Int32

url

画像データへのリンク

Declaration
public string url
Field Value
Type Description
String

url2x

2倍サイズへの画像リンク

Declaration
public string url2x
Field Value
Type Description
String
Remarks

2倍サイズがない場合はnullを返す

width

画像の幅

Declaration
public int width
Field Value
Type Description
Int32
Back to top Generated by DocFX