Occurs when the Magnifying Glass border is redrawn.
protected virtual void OnPaintBorder(
Graphics graphics,
Point centerPoint
)
Protected Overridable Sub OnPaintBorder( _
ByVal graphics As Graphics, _
ByVal centerPoint As Point _
)
protected:
virtual void OnPaintBorder(
Graphics^ graphics,
Point centerPoint
)
graphics
The Graphics object used to paint.
centerPoint
The center point of the Magnifying Glass rectangle
You can override this method in order to paint your own border for the Magnifying Glass. Call the base class implementation for the default behavior.
Refer to OnPaintCrosshair example.
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