Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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
) 

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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)