'Declaration
Public Function RenderImage( _ Optional ByVal r As Nullable(Of Rectangle) _ ) As Bitmap
'Usage
Dim instance As FpChart Dim r As Nullable(Of Rectangle) Dim value As Bitmap value = instance.RenderImage(r)
public Bitmap RenderImage( Nullable<Rectangle> r )
Parameters
- r
Return Value
The bitmap of the control.