←Select platform

EndDraw Method

Summary

Called by the Draw method to reset the graphics transformation.

Syntax

C#
VB
C++
protected virtual void EndDraw( 
   Graphics graphics, 
   GraphicsState gstate 
) 
  
Protected Overridable Sub EndDraw( _ 
   ByVal graphics As Graphics, _ 
   ByVal gstate As GraphicsState _ 
)  
protected: 
virtual void EndDraw(  
   Graphics^ graphics, 
   GraphicsState^ gstate 
)  

Parameters

graphics
The Graphics surface on which to draw this AnnObject.

Remarks

This method is called internally by the annotation framework whenever the Draw method is called. You do not need to call this method directly.

Derived classes that call this method must call this method after all drawing operation is over passing the System.Drawing.Drawing2D.GraphicsState value returned from BeginDraw.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly