←Select platform

BoundingRectangle Property

Summary

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

Syntax

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

Property Value

The bounding rectangle of the inverted text region being processed.

Example

Refer to InvertedTextCommand.

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.ImageProcessing.Core Assembly