←Select platform

InvalidRectangle Property

Summary

Gets the rectangle that represents the area that should be invalidated whenever the viewer is asked to repaint its AnnContainer object.

Syntax

C#
VB
C++
public virtual Rectangle InvalidRectangle { get; } 
  
Public Overridable ReadOnly Property InvalidRectangle As Rectangle 
public: 
virtual property Rectangle InvalidRectangle { 
   Rectangle get(); 
} 

Property Value

The System.Drawing.Rectangle structure that represents the area that should be invalidated whenever the viewer is asked to repaint its AnnContainer object.

Remarks

This rectangle is in the viewer client coordinates. It is calculated based on the Bounds property.

Example

For an example, refer to AnnContainer.

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 Assembly