Draws this AnnObject name on the specified surface.
protected virtual void DrawName(
Graphics graphics
)
Protected Overridable Sub DrawName( _
ByVal graphics As Graphics _
)
protected:
virtual void DrawName(
Graphics^ graphics
)
graphics
The Graphics surface on which to draw this AnnObject name.
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 the NameVisible property is set to false, this method will not be called.
By default, this method will draw the Name text using the NameFont with the NameForeColor as the text color and NameBackColor as a solid brush fill the bounding rectangle of the name text.
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