[]
        
(Showing Draft Content)

FarPoint.Win.Chart.FpChart.RenderImage

RenderImage Method

RenderImage(Rectangle?)

Renders the chart's image to a bitmap and return this bitmap.

Declaration
public Bitmap RenderImage(Rectangle? r = null)
Public Function RenderImage(Optional r As Rectangle? = Nothing) As Bitmap
Parameters
Type Name Description
Rectangle? r
Returns
Type Description
Bitmap

The bitmap of the control.