←Select platform

InvalidRectangle Property

Summary

Gets the physical bounding rectangle of this AnnGroupObject object.

Syntax

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

Property Value

The physical bounding rectangle of this AnnGroupObject object.

Remarks

This property is updated with a union of the invalid rectangles of all objects inside the group. For more information, refer to AnnObject.InvalidRectangle.

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