C#
VB
C++
Draws this AnnStampObject on the specified surface.
protected override void DrawObject(
Graphics graphics
)
Protected Overrides Sub DrawObject( _
ByVal graphics As Graphics _
)
protected:
void DrawObject(
Graphics^ graphics
) override
graphics
The Graphics surface on which to draw this AnnStampObject.
This method is called internally by the annotation framework whenever the Draw method is called. You do not need to call this method directly.
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