Draws this AnnObject locked picture on the specified surface.
protected virtual void DrawLocked(
Graphics graphics
)
Protected Overridable Sub DrawLocked( _
ByVal graphics As Graphics _
)
protected:
virtual void DrawLocked(
Graphics^ graphics
)
graphics
The Graphics surface on which to draw this AnnObject locked picture.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET