This document is archived and information here might be outdated.  Recommended version.


IDisplay.FinishDrawing Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IDisplay.FinishDrawing Method

Completes drawing.

[Visual Basic .NET]
Public Sub FinishDrawing ( _
)
[C#]
public void FinishDrawing (
);
[C++]
HRESULT FinishDrawing(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

When FinishDrawing is called, all the caches get flushed to the screen.
FinishDrawing must be called before StartDrawing can be called again. 

See Also

IDisplay Interface | IDisplay.StartDrawing Method

.NET Snippets

Flash Geometry

.NET Related Topics

Display events