MESCIUS SPREAD for ASP.NET 10.0J
RenderImage メソッド (ChartImageHttpHandler)

応答出力ストリームに書き込まれる画像のバイト配列。
画像の応答コンテンツタイプの作成に使用される画像タイプ文字列。
現在のHttpContextの応答ストリームに画像をレンダリングします。
構文
'Declaration
 
Protected Overridable Sub RenderImage( _
   ByVal image() As Byte, _
   ByVal imageType As String, _
   ByVal context As HttpContext _
) 
protected virtual void RenderImage( 
   byte[] image,
   string imageType,
   HttpContext context
)

パラメータ

image
応答出力ストリームに書き込まれる画像のバイト配列。
imageType
画像の応答コンテンツタイプの作成に使用される画像タイプ文字列。
context
参照

ChartImageHttpHandler クラス
ChartImageHttpHandler メンバ

 

 


© MESCIUS inc. All rights reserved.