←Select platform

BoundingRectangle Property

Summary

Gets a rectangular structure that contains the bounding rectangle of the inverted text region being processed.

Syntax
C#
VB
Objective-C
C++
Java
public LeadRect BoundingRectangle { get; } 
Public ReadOnly Property BoundingRectangle As LeadRect 
@property (nonatomic, assign, readonly) LeadRect boundingRectangle 
public LeadRect getBoundingRectangle() 
public: 
property LeadRect BoundingRectangle { 
   LeadRect get(); 
} 

Property Value

The bounding rectangle of the inverted text region being processed.

Example

Refer to InvertedTextCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly