Struct WebImage
画像データの情報
Inherited Members
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 |