Gets the physical bounding rectangle of this AnnControlPoint.
public virtual Rectangle GetInvalidRectangle(
AnnPoint centerPoint,
AnnUnitConverter converter
)
Public Overridable Function GetInvalidRectangle( _
ByVal centerPoint As Leadtools.Annotations.AnnPoint, _
ByVal converter As Leadtools.Annotations.AnnUnitConverter _
) As Rectangle
public:
virtual Rectangle GetInvalidRectangle(
Leadtools.Annotations.AnnPoint centerPoint,
Leadtools.Annotations.AnnUnitConverter^ converter
)
centerPoint
The center point
converter
An AnnUnitConverter used to convert centerPoint to pixel coordinates.
This rectangle can be used to calculate the invalid region needed to re-paint this control point. The annotation automation toolkit uses this value to speed up re-painting the owner control.
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