Spread.Sheets
Picture コンストラクタ
ピクチャの名前。
ピクチャの画像ソース。
ピクチャのx位置。
ピクチャのy位置。
ピクチャの幅。
ピクチャの高さ。
ピクチャを表します。
シンタックス
Javascript (Usage) 
var instance = new GC.Spread.Sheets.FloatingObjects.Picture(name, src, x, y, width, height);
Javascript (Specification) 
function Picture( 
   name : string,
   src : string,
   x : number,
   y : number,
   width : number,
   height : number
) : Picture;

パラメータ

name
ピクチャの名前。
src
ピクチャの画像ソース。
x
ピクチャのx位置。
y
ピクチャのy位置。
width
ピクチャの幅。
height
ピクチャの高さ。

関連トピック

参照

Picture タイプ

 

 


© 2016-2017, GrapeCity inc. All rights reserved.