Table of Contents

Interface INetworkEx

Namespace
GameCanvas
Assembly
GameCanvas.dll
public interface INetworkEx : INetwork
Inherited Members

Methods

DrawOnlineImage(in string)

オンライン画像リソースを描画します

GcAvailability DrawOnlineImage(in string url)

Parameters

url string

リソースURL

Returns

GcAvailability

オンラインリソースの可用性

DrawOnlineImage(in string, in GcRect)

オンライン画像リソースを拡縮して描画します

GcAvailability DrawOnlineImage(in string url, in GcRect rect)

Parameters

url string

リソースURL

rect GcRect

画像をフィッティングする矩形領域

Returns

GcAvailability

DrawOnlineImage(in string, in float, in float, float)

オンライン画像リソースを描画します

GcAvailability DrawOnlineImage(in string url, in float x, in float y, float degree = 0)

Parameters

url string

リソースURL

x float

X座標

y float

Y座標

degree float

回転(度数法)

Returns

GcAvailability

オンラインリソースの可用性

DrawOnlineImage(in string, in float, in float, in float, in float, float)

オンライン画像リソースを拡縮して描画します

GcAvailability DrawOnlineImage(in string url, in float x, in float y, in float width, in float height, float degree = 0)

Parameters

url string

リソースURL

x float

X座標

y float

Y座標

width float

横幅。画像の横幅がこれになるように拡縮される

height float

縦幅。画像の縦幅がこれになるように拡縮される

degree float

回転(度数法)

Returns

GcAvailability

DrawOnlineImage(in string, in float2, float)

オンライン画像リソースを描画します

GcAvailability DrawOnlineImage(in string url, in float2 position, float degree = 0)

Parameters

url string

リソースURL

position float2

位置

degree float

回転(度数法)

Returns

GcAvailability

オンラインリソースの可用性

GetOnlineImageHeight(in string)

オンライン画像リソースの縦幅を取得します

int GetOnlineImageHeight(in string url)

Parameters

url string

リソースURL

Returns

int

オンライン画像リソースの縦幅。取得できなかった場合は0を返します

GetOnlineImageWidth(in string)

オンライン画像リソースの横幅を取得します

int GetOnlineImageWidth(in string url)

Parameters

url string

リソースURL

Returns

int

オンライン画像リソースの横幅。取得できなかった場合は0を返します