LEADTOOLS Annotations (Leadtools.Annotations assembly)

DrawLocked Method

Show in webframe





The Graphics surface on which to draw this AnnObject locked picture.
Draws this AnnObject locked picture on the specified surface.
Syntax
protected virtual void DrawLocked( 
   Graphics graphics
)
'Declaration
 
Protected Overridable Sub DrawLocked( _
   ByVal graphics As Graphics _
) 
'Usage
 
Dim instance As AnnObject
Dim graphics As Graphics
 
instance.DrawLocked(graphics)

            

            
protected:
virtual void DrawLocked( 
   Graphics^ graphics
) 

Parameters

graphics
The Graphics surface on which to draw this AnnObject locked picture.
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.

If an object not locked, this method will not be called.

By default, this method will draw the picture stored at the owner Container.LockPicture property. This picture will be drawn at the upper-left edge of the bounding rectangle of this AnnObject.

Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.