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 |