- drawingContext
- The DrawingContext that defines the AnnButtonObject locked picture to be drawn.
Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub RenderLocked( _ ByVal drawingContext As DrawingContext _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected virtual void RenderLocked( DrawingContext drawingContext ) |
C++/CLI | |
---|---|
protected: virtual void RenderLocked( DrawingContext drawingContext ) |
Parameters
- drawingContext
- The DrawingContext that defines the AnnButtonObject locked picture to be drawn.
This method is called internally by the annotation framework whenever the AnnObjectBase.OnRender 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 AnnObjectBase.Container.LockPicture property. This picture will be drawn at the upper-left edge of the bounding rectangle of this AnnObjectBase.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family