←Select platform

DrawLocked Method

Summary

Draws this AnnObject locked picture on the specified surface.

Syntax

C#
VB
C++
protected virtual void DrawLocked( 
   Graphics graphics 
) 
  
Protected Overridable Sub DrawLocked( _ 
   ByVal graphics As 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly