Called by the Draw method to set up the object's PhysicalTransform matrix into the g graphics surface.
protected virtual GraphicsState BeginDraw(
Graphics graphics
)
Protected Overridable Function BeginDraw( _
ByVal graphics As Graphics _
) As GraphicsState
protected:
virtual GraphicsState^ BeginDraw(
Graphics^ graphics
)
graphics
The Graphics surface on which to draw this AnnObject.
A System.Drawing.Drawing2D.GraphicsState object if this AnnObject is visible; null (Nothing in VB) otherwise.
This method is called internally by the annotation framework whenever the Draw method is called. You do not need to call this method directly.
Derived classes that call this method must call EndDraw after all drawing operation is over passing the System.Drawing.Drawing2D.GraphicsState value returned from this method.
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