Gets a Leadtools.LeadRectD object that specifies the current physical rectangle of this AnnObject.
public virtual Leadtools.LeadRectD GetInvalidateRect(
Leadtools.Annotations.Core.AnnContainerMapper mapper,
Leadtools.Annotations.Core.IAnnObjectRenderer renderer
)
Public Overridable Function GetInvalidateRect( _
ByVal mapper As Leadtools.Annotations.Core.AnnContainerMapper, _
ByVal renderer As Leadtools.Annotations.Core.IAnnObjectRenderer _
) As Leadtools.LeadRectD
public virtual Leadtools.LeadRectD GetInvalidateRect(
Leadtools.Annotations.Core.AnnContainerMapper mapper,
Leadtools.Annotations.Core.IAnnObjectRenderer renderer
)
function Leadtools.Annotations.Core.AnnObject.GetInvalidateRect(
mapper ,
renderer
)
mapper
The mapper to use in this container when converting display, container and image coordinates.
renderer
The object renderer to use.
The current physical rectangle of this AnnObject.
Use this method to obtain the current physical rectangle of the object. The mapper and renderer are required to calculate the correct pixel size of the rectangle.
The automation will typically perform invalidation on the automation control like this:
// Get current physical rectangle of the object
LeadRectD oldRectangle = annObject.GetInvalidateRect(mapper, renderer);
// Modify annObject, for example
annObject.Translate(10, 10);
// Get the new physical rectangle of the object
LeadRectD newRectangle = annObject.GetInvalidateRect(mapper, renderer);
// Get the union of old and new rectangles
LeadRectD invalidateRect = LeadRectD.UnionRects(oldRectangle, newRectangle);
// Invalidate the viewer control so the object is erased and then re-drawn at the new location
automationControl.AutomationInvalidate(invalidateRect);
Products |
Support |
Feedback: GetInvalidateRect Method (AnnObject) - Leadtools.Annotations.Core |
Introduction |
Help Version 19.0.2017.3.22
|
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
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.