バージョン

GetImage(EmbeddableEditorOwnerBase,Object,Stream,Boolean) メソッド

オーナーの値からの画像を作成しようとして返します。画像が作成できない場合、null を返します。
シンタックス
'宣言
 
Public Overloads Function GetImage( _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object, _
   ByRef imageStream As Stream, _
   ByRef disposeImage As Boolean _
) As Image
public Image GetImage( 
   EmbeddableEditorOwnerBase owner,
   object ownerContext,
   out Stream imageStream,
   out bool disposeImage
)

パラメータ

owner
エディター オーナー。
ownerContext
オーナーのエディター コンテキスト
imageStream
画像のストリーム表現。画像が TransparentColor を持っている場合、画像が破棄されるまでストリームを保持する必要があります。
disposeImage
画像を破棄するのは呼び出し側の責任かどうかを返します。

戻り値の型

オーナーの値から構成された画像、またはこれが失敗した場合は null。
参照