←Select platform

Rect Property

Summary

The location and size on the image in pixels.

Syntax

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

Property Value

A LeadRectD object that specifies the barcode location and size on the image. The default value is LeadRectD.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly