Share

View.GetSnapshot Method

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.

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?