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

DrawLocked Method






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
)
 function Leadtools.Annotations.AnnObject.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: 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.