←Select platform

Bounds Property

Summary

Gets or sets the bounding rectangle for this AnnEncryptObject object.

Syntax

C#
VB
C++
public override AnnRectangle Bounds { get; set; } 
  
Public Overrides Property Bounds As Leadtools.Annotations.AnnRectangle 
public: 
property Leadtools.Annotations.AnnRectangle Bounds { 
   Leadtools.Annotations.AnnRectangle get() override; 
   void set (    Leadtools.Annotations.AnnRectangle ) override; 
} 

Property Value

The bounding rectangle for this AnnEncryptObject object.

Remarks

The AnnEncryptObject class overrides this property to ensure that the bounding rectangle cannot be changed if this AnnEncryptObject object is currently encrypted.

Example

For an example, refer to AnnEncryptObject.

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