GetImage Method (DataVisualizerInfoExtensions)
In This Topic
Gets as PNG image.
Syntax
'Declaration
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
)
Parameters
- buffer
- Visualizer info.
- width
- Width in pixels.
- height
- Height in pixels.
- dpiX
- Horizontal resolution.
- dpiY
- Vertical resolution.
- repeatOption
- Background rendering mode.
- fonts
See Also