invalidate Method

Summary

Invalidates the specified region of the automation control.

Syntax

JavaScript Syntax
AnnAutomation.prototype.invalidate = function(rc) 
TypeScript Syntax
invalidate(rc: LeadRectD): void; 

Parameters

rc

A LeadRectD that represents the region to invalidate. If this value is LeadRectD.Empty, then

the entire control area must be invalidated.

Remarks

This is a helper method that calls automationInvalidate.

Example

For an example, refer to BeginUndo

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly