C#
VB
C++
Draws this AnnControlPoint on the specified surface.
public virtual void Draw(
Graphics graphics,
AnnPoint centerPoint,
AnnUnitConverter converter
)
Public Overridable Sub Draw( _
ByVal graphics As Graphics, _
ByVal centerPoint As Leadtools.Annotations.AnnPoint, _
ByVal converter As Leadtools.Annotations.AnnUnitConverter _
)
public:
virtual void Draw(
Graphics^ graphics,
Leadtools.Annotations.AnnPoint centerPoint,
Leadtools.Annotations.AnnUnitConverter^ converter
)
graphics
The Graphics surface on which to draw this AnnControlPoint.
centerPoint
The center point
converter
An AnnUnitConverter used to convert centerPoint to pixel coordinates.
This method is called internally by the AnnEditDesigner.
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