C#
VB
C++
Draws this AnnCrossProductObject object 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 AnnCrossProductObject object.
This method is called internally by the annotation framework whenever the Draw method is called. There is no 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