The DrawLocked Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- graphics
- The Graphics surface on which to draw this AnnObject locked picture.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnObject Dim graphics As Graphics instance.DrawLocked(graphics) |
Parameters
- graphics
- The Graphics surface on which to draw this AnnObject locked picture.
This method is called internally by the annotation framework whenever the AnnObject.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 AnnObject.Container.LockPicture property. This picture will be drawn at the upper-left edge of the bounding rectangle of this AnnObject.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7