Invalidates and re-draws an object.
Public Sub InvalidateObject( _
ByVal annObject As Leadtools.Annotations.Core.AnnObject _
)
public void InvalidateObject(
Leadtools.Annotations.Core.AnnObject annObject
)
-(LeadRectD)getObjectInvalidateRect:(LTAnnObject*)annObject;
public LeadRectD getObjectInvalidateRect(AnnObject annObject)
function Leadtools.Annotations.Automation.AnnAutomation.InvalidateObject(
annObject
)
annObject
The object to re-draw. A value of null will be ignored.
Use GetObjectInvalidateRect to obtain the current physical rectangle of the object. This method will call AnnObject.GetInvalidateRect and then adds the rectangles of any thumbs (if the object is selected) into the result value.
You can call IAnnAutomationControl.AutomationInvalidate on the value returned from this function to re-draw the object. Or you can call InvalidateObject which performs this automatically.
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