Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
DrawLocked Method
See Also 
Leadtools.Annotations Namespace > AnnObject Class : DrawLocked Method




graphics
The Graphics surface on which to draw this AnnObject locked picture.
Draws this AnnObject locked picture on the specified surface.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub DrawLocked( _
   ByVal graphics As Graphics _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnObject
Dim graphics As Graphics
 
instance.DrawLocked(graphics)
C# 
protected virtual void DrawLocked( 
   Graphics graphics
)
Managed Extensions for C++ 
protected: virtual void DrawLocked( 
   Graphics graphics
) 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features