GrapeCity SPREAD for Windows Forms 12.0J
CreateImageDrawing(Stream,String) メソッド


画像のバイナリストリームデータ。
画像のバイナリデータのコンテンツタイプ。
画像データを取得します。
構文
'Declaration
 
Public Overloads Overrides NotOverridable Function CreateImageDrawing( _
   ByVal data As Stream, _
   Optional ByVal contentType As String _
) As ImageDrawing
'使用法
 
Dim instance As Factory
Dim data As Stream
Dim contentType As String
Dim value As ImageDrawing
 
value = instance.CreateImageDrawing(data, contentType)
public override ImageDrawing CreateImageDrawing( 
   Stream data,
   string contentType
)

パラメータ

data
画像のバイナリストリームデータ。
contentType
画像のバイナリデータのコンテンツタイプ。

戻り値の型

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

Factory クラス
Factory メンバ
オーバーロード一覧

 

 


Copyright © 2004 GrapeCity inc.