Leadtools.Annotations Namespace > AnnObject Class : EndDraw Method |
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 )
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.