C#
VB
C++
Draws the container on the specified surface.
public virtual void Draw(
Graphics graphics
)
Public Overloads Overridable Sub Draw( _
ByVal graphics As Graphics _
)
public:
virtual void Draw(
Graphics^ graphics
)
graphics
The Graphics surface on which to draw the AnnContainer.
All visible objects in this container will be drawn into the specified graphics.
For an example, refer to AnnContainer.
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