Description
Gets a snapshot of the current graphics state of the view.
Visual Basic
Public Function GetSnapshot( rectangle As Rectangle ) As Bitmap
C#
public Bitmap GetSnapshot( Rectangle rectangle );
Parameters
| Parameters | Description |
|---|---|
| Rectangle rectangle | Input region used by snapshot. |