←Select platform

BoundingRectangle Property

Summary
Gets a LeadRect structure that contains the bounding rectangle of the border 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

Rectangle structure that contains the bounding rectangle of the border being processed.

Example

Refer to BorderRemoveCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.