Description
Returns a rendered image of the graphics state of this view.
Visual Basic
Public Function RenderToImage( settings As Drawable, rectScreen As Rectangle ) As Bitmap
C#
public Bitmap RenderToImage( Drawable settings, Rectangle rectScreen );
Parameters
| Parameters | Description |
|---|---|
| Drawable settings | Input for the graphics settings |
| Rectangle rectScreen | Input for the rectangle in device coordinates |