←Select platform

Rect Property

Summary

The location and size on the image in pixels.

Syntax
C#
VB
C++
public virtual LeadRect Rect { get; set; } 
<DataMemberAttribute(Name="bounds", IsNameSetExplicitly=True)> 
Public Overridable Property Rect As LeadRect 
[DataMemberAttribute(Name="bounds", IsNameSetExplicitly=true)] 
public: 
virtual property LeadRect Rect { 
   LeadRect get(); 
   void set (LeadRect ); 
} 

Property Value

A LeadRect object that specifies the barcode location and size on the image. The default value is LeadRect.Empty.

Remarks

Rect contains the same value of Bounds but is always in pixels. Setting one value will change the other accordingly. Rect is used internally by LEADTOOLS for JSON serialization purposes.

Requirements

Target Platforms

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

Leadtools.Barcode Assembly