MESCIUS SPREAD for Windows Forms 17.0J
CreateEmptyImageDrawing メソッド (Factory)

画像の幅。
画像の高さ。
GrapeCity.Spreadsheet.Drawing.IShapeが属する GrapeCity.Drawing.ImageDrawing
画像データを取得します。
構文
'Declaration
 
Public Overridable Function CreateEmptyImageDrawing( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal shape As IShape _
) As ImageDrawing
public virtual ImageDrawing CreateEmptyImageDrawing( 
   int width,
   int height,
   IShape shape
)

パラメータ

width
画像の幅。
height
画像の高さ。
shape
GrapeCity.Spreadsheet.Drawing.IShapeが属する GrapeCity.Drawing.ImageDrawing

戻り値の型

画像の描画に使用できるGrapeCity.Drawing.ImageDrawingオブジェクト。
参照

Factory クラス
Factory メンバ

 

 


© MESCIUS inc. All rights reserved.