'Declaration 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 IFontsFactory _ ) As ImageInfo
public static ImageInfo GetImage( DataVisualizerInfo buffer, int width, int height, float dpiX, float dpiY, Nullable<BackgroundRepeatOption> repeatOption, IFontsFactory fonts )
Parameters
- buffer
- Visualizer info.
- width
- Width in pixels.
- height
- Height in pixels.
- dpiX
- Horizontal resolution.
- dpiY
- Vertical resolution.
- repeatOption
- Background rendering mode.
- fonts