Spread.Sheets
paintContent メソッド
シンタックス
Javascript (Usage) 
var instance = new GC.Spread.Sheets.CellTypes.Base();
var returnValue; // Type: any
returnValue = instance.paintContent(ctx, value, x, y, w, h, style, context);
Javascript (Specification) 
function paintContent( 
   ctx : CanvasRenderingContext2D,
   value : object,
   x : number,
   y : number,
   w : number,
   h : number,
   style : Style,
   context : object
) : any;

パラメータ

ctx
value
x
y
w
h
style
context

関連トピック

参照

Base タイプ

 

 


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