Draws this AnnObject on the specified surface.
public virtual void Draw(
Graphics graphics
)
Public Overridable Sub Draw( _
ByVal graphics As Graphics _
)
public:
virtual void Draw(
Graphics^ graphics
)
graphics
The Graphics surface on which to draw this AnnObject.
This method is called internally by the annotation framework whenever the Draw(graphics) of the owner container of this AnnObject is called. You do not need to call this method directly.
If an object is invisible (Visible is set to false), it will not draw itself.
This method will call DrawObject first to draw the object itself, DrawName to draw the name of the object and then finally DrawLocked to draw the locked object (if the object is currently locked).
Derived annotation objects are not encouraged to override this method directly. Instead override DrawObject, DrawName and DrawLocked individually.
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