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