LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

EndDraw Method






The Graphics surface on which to draw this AnnObject.
The System.Drawing.Drawing2D.GraphicsState obtained from BeginDraw.
Called by the Draw method to reset the graphics transformation.
Syntax
protected virtual void EndDraw( 
   Graphics graphics,
   GraphicsState gstate
)
'Declaration
 
Protected Overridable Sub EndDraw( _
   ByVal graphics As Graphics, _
   ByVal gstate As GraphicsState _
) 
'Usage
 
Dim instance As AnnObject
Dim graphics As Graphics
Dim gstate As GraphicsState
 
instance.EndDraw(graphics, gstate)
protected virtual void EndDraw( 
   Graphics graphics,
   GraphicsState gstate
)
 function Leadtools.Annotations.AnnObject.EndDraw( 
   graphics ,
   gstate 
)
protected:
virtual void EndDraw( 
   Graphics^ graphics,
   GraphicsState^ gstate
) 

Parameters

graphics
The Graphics surface on which to draw this AnnObject.
gstate
The System.Drawing.Drawing2D.GraphicsState obtained from BeginDraw.
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.