←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly