GrapeCity ActiveReports for .NET 16.0J
GetImage メソッド (DataVisualizerInfoExtensions)

GrapeCity.ActiveReports.ReportsCore.Tools 名前空間 > DataVisualizerInfoExtensions クラス : GetImage メソッド
ビジュアライザー情報。
幅(ピクセル単位)。
高さ(ピクセル単位)。
水平解像度。
垂直解像度。
バックグラウンドで描画するモード。
PNG画像として取得します。
シンタックス
'宣言
 
Public Shared Function GetImage( _
   ByVal buffer As DataVisualizerInfo, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal dpiX As Single, _
   ByVal dpiY As Single, _
   Optional ByVal repeatOption As Nullable(Of BackgroundRepeatOption), _
   Optional ByVal fonts As GrapeCity.ActiveReports.Drawing.Core.IFontsFactory _
) As ImageInfo
public static ImageInfo GetImage( 
   DataVisualizerInfo buffer,
   int width,
   int height,
   float dpiX,
   float dpiY,
   Nullable<BackgroundRepeatOption> repeatOption,
   GrapeCity.ActiveReports.Drawing.Core.IFontsFactory fonts
)

パラメータ

buffer
ビジュアライザー情報。
width
幅(ピクセル単位)。
height
高さ(ピクセル単位)。
dpiX
水平解像度。
dpiY
垂直解像度。
repeatOption
バックグラウンドで描画するモード。
fonts
参照

DataVisualizerInfoExtensions クラス
DataVisualizerInfoExtensions メンバ